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