/// <summary> /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />, /// passing the <see cref="SchedulingContext" /> associated with this /// instance. /// </summary> public virtual string[] GetTriggerNames(string groupName) { return(sched.GetTriggerNames(schedCtxt, groupName)); }