Beispiel #1
0
 public void RemoveNotifyConnectionHandler(OnNotifyConnectHandler handler)
 {
     this.NotifyConnectHandlers -= handler;
 }
 public void ClearNotifiers()
 {
     NotifyConnectHandlers         = null;
     NotifyConnectionStateHandlers = null;
 }
Beispiel #3
0
 public void AddNotifyConnectHandler(OnNotifyConnectHandler handler)
 {
     this.NotifyConnectHandlers += handler;
 }