Example #1
0
 public Task <bool> Schedule(IEnumerable <string> urls)
 {
     return(jobQueue.Start());
 }