コード例 #1
0
ファイル: StdScheduler.cs プロジェクト: 15831944/tool
 /// <summary>
 /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />.
 /// </summary>
 public virtual ICalendar GetCalendar(string calName)
 {
     return(sched.GetCalendar(calName));
 }