Méthode | Description | |
---|---|---|
IsValidScheduleText ( this scheduler, string scheduleText ) : bool | ||
ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText ) : void | ||
ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText, |
||
ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText ) : void | ||
ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText, |
public static IsValidScheduleText ( this scheduler, string scheduleText ) : bool | ||
scheduler | this | |
scheduleText | string | |
Résultat | bool |
public static ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText ) : void | ||
scheduler | this | |
jobDetail | IJobDetail | |
scheduleText | string | |
Résultat | void |
public static ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText, |
||
scheduler | this | |
jobDetail | IJobDetail | |
scheduleText | string | |
timeZone | ||
Résultat | void |
public static ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText ) : void | ||
scheduler | this | |
jobKey | JobKey | |
scheduleText | string | |
Résultat | void |
public static ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText, |
||
scheduler | this | |
jobKey | JobKey | |
scheduleText | string | |
timeZone | ||
Résultat | void |