public static interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
subscriptionErrorDelegate(Object sender,
SubscriptionErrorEventArgs args)
Represents a delegate that is invoked when an error occurs within a
streaming subscription connection.
|
void subscriptionErrorDelegate(Object sender, SubscriptionErrorEventArgs args)
sender - The StreamingSubscriptionConnection instance within which
the error occurred.args - The event data.Copyright © 2012–2015 Microsoft. All rights reserved.