C# Class Quartz.TextToSchedule.TextToScheduleExtensions

Afficher le fichier Open project: amazing-andrew/Quartz.TextToSchedule

Méthodes publiques

Méthode Description
IsValidScheduleText ( this scheduler, string scheduleText ) : bool
ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText ) : void
ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText, TimeZoneInfo timeZone ) : void
ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText ) : void
ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText, TimeZoneInfo timeZone ) : void

Method Details

IsValidScheduleText() public static méthode

public static IsValidScheduleText ( this scheduler, string scheduleText ) : bool
scheduler this
scheduleText string
Résultat bool

ScheduleJob() public static méthode

public static ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText ) : void
scheduler this
jobDetail IJobDetail
scheduleText string
Résultat void

ScheduleJob() public static méthode

public static ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText, TimeZoneInfo timeZone ) : void
scheduler this
jobDetail IJobDetail
scheduleText string
timeZone System.TimeZoneInfo
Résultat void

ScheduleJob() public static méthode

public static ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText ) : void
scheduler this
jobKey JobKey
scheduleText string
Résultat void

ScheduleJob() public static méthode

public static ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText, TimeZoneInfo timeZone ) : void
scheduler this
jobKey JobKey
scheduleText string
timeZone System.TimeZoneInfo
Résultat void