Class NotificationService
Inheritance
object
NotificationService
Namespace: i5.Toolkit.Core.Experimental.NotificationSystem
Assembly: cs.temp.dll.dll
public class NotificationService : INotificationService
Constructors
Declaration
public NotificationService()
Methods
Declaration
Declaration
public void Initialize(IServiceManager owner)
Parameters
Type |
Name |
Description |
IServiceManager |
owner |
|
PostNotification(INotificationMessage)
Declaration
public void PostNotification(INotificationMessage message)
Parameters
PostNotification(string)
Declaration
public void PostNotification(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Events
NotificationPosted
Declaration
public event EventHandler<INotificationMessage> NotificationPosted
Event Type
Implements