IJobRunShellFactory Interface

Quartz.NET 3.0 API Documentation
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public interface IJobRunShellFactory

The IJobRunShellFactory type exposes the following members.

Methods

  NameDescription
Public methodCreateJobRunShell
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 IJobExecutionContexts within it.
Top
See Also

Reference