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