QuartzScheduler SupportsPersistence Property Quartz.NET API Documentation
Gets a value indicating whether this scheduler supports persistence.

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

public virtual bool SupportsPersistence { get; }

Property Value

Type: Boolean
true if supports persistence; otherwise, false.

Implements

IRemotableQuartzScheduler SupportsPersistence
See Also