Partager via


StreamingSubscriptionConnection.NotificationEventDelegate Délégué

Définition

Représente un délégué appelé lorsque des notifications sont reçues du serveur.

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)

Paramètres

sender
Object

Instance StreamingSubscriptionConnection qui a reçu les événements.

args
NotificationEventArgs

Données d’événement.

S’applique à