JobStoreSupportSupportsPersistence Property

Quartz.NET 3.0 API Documentation
Indicates whether this job store supports persistence.

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

C#
public virtual bool SupportsPersistence { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean

Implements

IJobStoreSupportsPersistence
See Also

Reference