コード例 #1
0
 public TopshelfQuartzJobConfigurator <TService> WithSimpleSchedule <TJob>(Action <SimpleScheduleBuilder> action, string calendarName = null)
     where TJob : IJob
 {
     _configurator.ScheduleQuartzJobWithSimpleSchedule <TService, TJob>(action, calendarName);
     return(this);
 }