Interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate
-
- Enclosing class:
- StreamingSubscriptionConnection
public static interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsubscriptionErrorDelegate(Object sender, SubscriptionErrorEventArgs args)Represents a delegate that is invoked when an error occurs within a streaming subscription connection.
-
-
-
Method Detail
-
subscriptionErrorDelegate
void subscriptionErrorDelegate(Object sender, SubscriptionErrorEventArgs args)
Represents a delegate that is invoked when an error occurs within a streaming subscription connection.- Parameters:
sender- The StreamingSubscriptionConnection instance within which the error occurred.args- The event data.
-
-