Ejemplo n.º 1
0
 public void StopProxyComms()         //This is used by the command loop controller in case that it dies
 {
     _sockLoopctrller.StopAll();
 }
Ejemplo n.º 2
0
 public void Stop()
 {
     _cmdChannel.StopCommandChannel();
     _sockLoopctrller.StopAll();
 }