Partager via


StreamingSubscriptionConnection.SubscriptionErrorDelegate Délégué

Définition

Représente un délégué appelé lorsqu’une erreur se produit dans une connexion d’abonnement de streaming.

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

Paramètres

sender
Object

Instance StreamingSubscriptionConnection dans laquelle l’erreur s’est produite.

args
SubscriptionErrorEventArgs

Données d’événement.

S’applique à