![]() | IJobManagerService Methods |
The IJobManagerService type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddJob(IJob, JobStartType) |
Add a job to the execution manager
|
![]() | AddJob(IJob, TimeSpan, JobStartType) | Obsolete.
Add a job to the job manager
|
![]() | ClearJobSchedule |
Clear the schedule of a job.
|
![]() | GetJobInstance |
Get this manager's instance of a job
|
![]() | GetJobSchedules |
Get the schedule for the specified job
|
![]() | IsJobRegistered |
Returns true if the job is registered
|
![]() | SetJobSchedule(IJob, TimeSpan) |
Schedule a job to repeat on an interval
|
![]() | SetJobSchedule(IJob, DayOfWeek, DateTime) |
Schedule a job to start at a specific time with a specific repetition
|
![]() | StartJob(IJob, Object) |
Starts the specified job |
![]() | StartJob(Type, Object) |
Start a job by registered type
|