StreamingSubscriptionConnection.SubscriptionErrorDelegate Delegate

Definition

Represents a delegate that is invoked when an error occurs within a streaming subscription connection.

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)

Parameters

sender
Object

The StreamingSubscriptionConnection instance within which the error occurred.

args
SubscriptionErrorEventArgs

The event data.

Applies to