/// <summary> /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />. /// </summary> public virtual Collection.ISet <TriggerKey> GetTriggerKeys(GroupMatcher <TriggerKey> matcher) { return(sched.GetTriggerKeys(matcher)); }
/// <summary> /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />. /// </summary> public virtual Task <ISet <TriggerKey> > GetTriggerKeys(GroupMatcher <TriggerKey> matcher) { return(sched.GetTriggerKeys(matcher)); }