QuartzSchedulerJobStoreClass Property

Quartz.NET 3.0 API Documentation
Gets the job store class.

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

C#
public virtual Type JobStoreClass { get; }

Property Value

Type: Type
The job store class.

Implements

IRemotableQuartzSchedulerJobStoreClass
See Also

Reference