Click or drag to resize

IJobManagerService Methods

The IJobManagerService type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddJob(IJob, JobStartType) Add a job to the execution manager
Public methodAddJob(IJob, TimeSpan, JobStartType) Add a job to the job manager
Obsolete
Public methodClearJobSchedule Clear the schedule of a job.
Public methodGetAvailableJobs Get all available jobs, in the current application domain
Public methodGetJobInstance(Guid) Get this manager's instance of a job
Public methodGetJobInstance(Type) Get the job instance from jobType
Public methodGetJobSchedules Get the schedule for the specified job
Public methodIsJobRegistered Returns true if the job is registered
Public methodRegisterJob Adds a job by type to the job manager
Public methodSetJobSchedule(IJob, TimeSpan) Schedule a job to repeat on an interval
Public methodSetJobSchedule(IJob, DayOfWeek, DateTime) Schedule a job to start at a specific time with a specific repetition
Public methodStartJob(IJob, Object) Starts the specified job
Public methodStartJob(Type, Object) Start a job by registered type
Top
See Also