QuartzSchedulerSupportsPersistence Property

Quartz.NET 3.0 API Documentation
Gets a value indicating whether this scheduler supports persistence.

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

C#
public virtual bool SupportsPersistence { get; }

Property Value

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

Implements

IRemotableQuartzSchedulerSupportsPersistence
See Also

Reference