Interface INotificationHandleFactory
Interface for a notification handler factory.
Namespace: Innovt.Notification.Core
Assembly: Innovt.Notification.Core.dll
Syntax
public interface INotificationHandleFactory
Methods
| Edit this page View SourceCreate(NotificationMessageType)
Creates a notification handler based on the specified notification message type.
Declaration
INotificationHandler Create(NotificationMessageType notificationMessageType)
Parameters
| Type | Name | Description |
|---|---|---|
| NotificationMessageType | notificationMessageType | The notification message type. |
Returns
| Type | Description |
|---|---|
| INotificationHandler | An instance of the notification handler. |