QuartzSchedulerJobFactory Property

Quartz.NET 3.0 API Documentation
Gets or sets the job factory.

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

C#
public virtual IJobFactory JobFactory { get; set; }

Property Value

Type: IJobFactory
The job factory.
See Also

Reference