Exemplo n.º 1
0
 public void Disable()
 {
     _connectionList.ForEach(con => con.Disable());
     _receiver.Disable();
     foreach (Timer timer in _timerSet)
     {
         timer.Dispose();
     }
 }
Exemplo n.º 2
0
 public void Disable()
 {
     _channel.Disable();
 }