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