SubscriptionErrorDelegate typedef

SubscriptionErrorDelegate = void Function(Object sender, SubscriptionErrorEventArgs args)
Represents a delegate that is invoked when an error occurs within a streaming subscription connection. The StreamingSubscriptionConnection instance within which the error occurred. The event data.

Implementation

typedef SubscriptionErrorDelegate = void Function(
    Object sender, SubscriptionErrorEventArgs args);