IJobFactory InterfaceQuartz.NET API Documentation
A JobFactory is responsible for producing instances of IJob classes.

Namespace: Quartz.Spi
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public interface IJobFactory
Remarks

This interface 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