SchedulerMetaDataJobStoreSupportsPersistence Property

Quartz.NET 3.0 API Documentation
Returns whether or not the IScheduler'sIJobStore instance supports persistence.

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

C#
public virtual bool JobStoreSupportsPersistence { get; }

Property Value

Type: Boolean
See Also

Reference