Exemplo n.º 1
0
 public static void StopTimers(ITimerSvc timerSvc)
 {
     timerSvc.RemovePeriodicTimer(Const.CallIdleCallbacksTimerId);
 }