Example #1
0
 public JobInfo GetJobInfo(string storeId, string jobId)
 {
     return(_jobQueue.GetJob(storeId, jobId));
 }