QuartzSchedulerResourcesJobStore Property

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

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

C#
public virtual IJobStore JobStore { get; set; }

Property Value

Type: IJobStore
Exceptions

ExceptionCondition
ArgumentException if jobStore is null.
See Also

Reference