IJobRunShellFactory MembersQuartz.NET API Documentation

The IJobRunShellFactory type exposes the following members.

Methods

  NameDescription
Public methodBorrowJobRunShell
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
Public methodInitialize
Initialize the factory, providing a handle to the IScheduler that should be made available within the JobRunShell and the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the IJobStore.
Public methodReturnJobRunShell
Called by the QuartzSchedulerThread to return instances of JobRunShell.
Top
See Also