OnDisconnect property

List<SubscriptionErrorDelegate> OnDisconnect
getter/setter pair
Occurs when a subscription encounters an error. Occurs when a streaming subscription connection is disconnected from the server.

Implementation

// event SubscriptionErrorDelegate OnSubscriptionError;

/// <summary>
/// Occurs when a streaming subscription connection is disconnected from the server.
/// </summary>
List<SubscriptionErrorDelegate> OnDisconnect = [];