Interface INotificationService
Namespace: i5.Toolkit.Core.Experimental.NotificationSystem
Assembly: cs.temp.dll.dll
Syntax
public interface INotificationService
Methods
PostNotification(INotificationMessage)
Declaration
void PostNotification(INotificationMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| INotificationMessage | message |
PostNotification(String)
Declaration
void PostNotification(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
Events
NotificationPosted
Declaration
event EventHandler<INotificationMessage> NotificationPosted
Event Type
| Type | Description |
|---|---|
| EventHandler<INotificationMessage> |