예제 #1
0
 public bool DeleteJobs(IList <JobKey> jobKeys)
 {
     return(sched.DeleteJobs(jobKeys));
 }
예제 #2
0
 public Task <bool> DeleteJobs(IList <JobKey> jobKeys)
 {
     return(sched.DeleteJobs(jobKeys));
 }