Esempio n. 1
0
 public void stop_thread(string uid)
 {
     _schedulerService.StopThread(uid);
 }
Esempio n. 2
0
 public bool stop_thread(string uid)
 {
     return(_schedulerService.StopThread(uid));
 }