Exemplo n.º 1
0
 protected virtual void OnDisconnect(object sender, ConnectionLostEventArgs eventArgs)
 {
     _hasInitialized = false;
     _hasConnected   = false;
     Disconnect.DispatchOnContext <ConnectionLostEventArgs>(this, EventContext, eventArgs);
 }
Exemplo n.º 2
0
 protected virtual void OnDisconnect(object sender, ConnectionLostEventArgs eventArgs)
 {
     Disconnect.DispatchOnContext <ConnectionLostEventArgs> (this, EventContext, eventArgs);
 }