Freigeben über


StreamingSubscriptionConnection.NotificationEventDelegate Delegat

Definition

Stellt einen Delegaten dar, der aufgerufen wird, wenn Benachrichtigungen vom Server empfangen werden.

public: delegate void StreamingSubscriptionConnection::NotificationEventDelegate(System::Object ^ sender, NotificationEventArgs ^ args);
public delegate void StreamingSubscriptionConnection.NotificationEventDelegate(object sender, NotificationEventArgs args);
Public Delegate Sub StreamingSubscriptionConnection.NotificationEventDelegate(sender As Object, args As NotificationEventArgs)

Parameter

sender
Object

Die StreamingSubscriptionConnection-Instanz, die die Ereignisse empfangen hat.

args
NotificationEventArgs

Die Ereignisdaten.

Gilt für: