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

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

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 opertunity for dependency injection.
See Also