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