QuartzSchedulerResourcesJobRunShellFactory Property

Quartz.NET 3.0 API Documentation
Get or set the JobRunShellFactory for the QuartzScheduler to use.

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

C#
public virtual IJobRunShellFactory JobRunShellFactory { get; set; }

Property Value

Type: IJobRunShellFactory
Exceptions

ExceptionCondition
ArgumentException if jobRunShellFactory is null.
See Also

Reference