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