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