Hebt eine Registrierung für den Empfang von Benachrichtigungen eines bestimmten Ereignisses auf.
Declaring type: NotificationService
Namespace: Zyan.Communication.Notification
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void Unsubscribe (
        string eventName,
        EventHandler<NotificationEventArgs> handler
) 
Parameters
eventName

There is no description.

handler

There is no description.