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