示例#1
0
 public void StopListening(object data)
 {
     if (serverChannel != null)
     {
         serverChannel.StopListening(data);
     }
 }
示例#2
0
 public void StopListening(object data)
 {
     serverChannel.StopListening(data);
 }