Example #1
0
 public long GetJobCount(string[] tags, string stateName = null)
 {
     return(ServiceStorage?.GetJobCount(_jobStorage, tags.Select(t => t.GetSetKey()).ToArray(), stateName) ?? 0);
 }