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: 2.2.1.400
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 opportunity for dependency injection.
See Also