Exemple #1
0
 /// <summary>
 /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />.
 /// </summary>
 public virtual Collection.ISet <JobKey> GetJobKeys(GroupMatcher <JobKey> matcher)
 {
     return(sched.GetJobKeys(matcher));
 }
Exemple #2
0
 /// <summary>
 /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />.
 /// </summary>
 public virtual Task <ISet <JobKey> > GetJobKeys(GroupMatcher <JobKey> matcher)
 {
     return(sched.GetJobKeys(matcher));
 }