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