ISchedulerJobFactory Property

Quartz.NET 3.0 API Documentation
Set the JobFactory that will be responsible for producing instances of IJob classes.

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

C#
IJobFactory JobFactory { set; }

Property Value

Type: IJobFactory
Remarks

JobFactories may be of use to those wishing to have their application produce IJob instances via some special mechanism, such as to give the opportunity for dependency injection.
See Also

Reference