コード例 #1
0
 public void RemoveNotifyConnectionStateHandler(OnNotifyConnectionStateHandler handler)
 {
     this.NotifyConnectionStateHandlers -= handler;
 }
コード例 #2
0
 public void ClearNotifiers()
 {
     NotifyConnectHandlers         = null;
     NotifyConnectionStateHandlers = null;
 }
コード例 #3
0
 public void AddNotifyConnectionStateHandler(OnNotifyConnectionStateHandler handler)
 {
     this.NotifyConnectionStateHandlers += handler;
 }