Registriert einen Client für den Empfang von Benachrichtigungen bei einem bestimmten Ereignis.
Declaring type: NotificationService
Namespace: Zyan.Communication.Notification
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void Subscribe (
        string eventName,
        EventHandler<NotificationEventArgs> handler
) 
Parameters
eventName
Ereignisname
handler
Delegat auf Client-Ereignisprozedur