Dispose method

void Dispose()
Finalizes an instance of the StreamingSubscriptionConnection class. Frees resources associated with this StreamingSubscriptionConnection.

Implementation

//        ~StreamingSubscriptionConnection()
//        {
//            this.Dispose(false);
//        }

/// <summary>
/// Frees resources associated with this StreamingSubscriptionConnection.
/// </summary>
void Dispose() {
  this.DisposeWithFinalizer(true);
}