The following tables list the members exposed by AppScheduler.
Name | Description | |
---|---|---|
![]() | AppScheduler Constructor |
Name | Description | |
---|---|---|
![]() ![]() | AddScheduler | Adds scheduler inctance to collection. |
![]() ![]() | CreateClassJob | Overloaded. |
![]() ![]() | CreateIntermediateTimerJob | Create a job to register an intermediate processing timer for the business process. |
![]() ![]() | CreateProcessJob | Overloaded. |
![]() ![]() | DoesJobExist | Checks whether Job exists. |
![]() ![]() | DoesJobGroupExist | Checking the existence of jobs in a given group. |
![]() ![]() | FindScheduler | Returns an instance of the scheduler with the specified name. |
![]() ![]() | RemoveGroupJobs | Remove all jobs in the specified group. |
![]() ![]() | RemoveJob | Deleting the specified job from the specified group. |
![]() ![]() | ScheduleImmediateJob<T> | Plans a job for immediate one-time start of class. |
![]() ![]() | ScheduleImmediateProcessJob | Plans a task for immediate one-time start of process. |
![]() ![]() | ScheduleMinutelyJob | Overloaded. |
![]() ![]() | ScheduleMinutelyProcessJob | Scheduling a job to start the process at a certain interval. |
![]() ![]() | SetDefaultScheduler | Finds scheduler by name and set it as default. |
![]() ![]() | ShutdownSchedulers | Halts all Quartz.IScheduler's threads and cleans up all resources associated with the Scheduler. |
![]() ![]() | StartSchedulers | Starts all Quartz.IScheduler's threads. |
![]() ![]() | TriggerJob | Overloaded. |