Beispiel #1
0
 public static void StopTimers(ITimerSvc timerSvc)
 {
     timerSvc.RemovePeriodicTimer(Const.CallIdleCallbacksTimerId);
 }