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