DefaultJobManagerService Methods |
The DefaultJobManagerService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddJob(IJob, JobStartType) |
Add a job to the execution manager
| |
| AddJob(IJob, TimeSpan, JobStartType) |
Add a job to the job manager
| |
| ClearJobSchedule |
Clear the schedule of a job.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetJobInstance |
Get the specified job instance
| |
| GetJobSchedules |
Get schedules for the specified job
| |
| GetLastRuntime |
Get the last time the job was run
| |
| GetType | (Inherited from Object.) | |
| IsJobRegistered |
Return true if job object is registered
| |
| MemberwiseClone | (Inherited from Object.) | |
| SetJobSchedule(IJob, TimeSpan) |
Set the job to repeat on an interval
| |
| SetJobSchedule(IJob, DayOfWeek, DateTime) |
Sets the job's schedule
| |
| Start |
Start the timer
| |
| StartJob(IJob, Object) |
Start a job right now
| |
| StartJob(Type, Object) |
Start a job
| |
| Stop |
Stops the timer
| |
| ToString | (Inherited from Object.) | |
| TryCreateService(Type, Object) |
Try to create specified service
| |
| TryCreateServiceTService(TService) |
Try to create the specified service
|
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |