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