StreamingSubscriptionConnection.SubscriptionErrorDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The event data.