InternalOnDisconnect method
Implementation
/* private */
void InternalOnDisconnect(Exception ex) {
throw NotImplementedException("InternalOnDisconnect");
// this.currentHangingRequest = null;
//
// if (this.OnDisconnect != null)
// {
// this.OnDisconnect(this, new SubscriptionErrorEventArgs(null, ex));
// }
}