JobStoreSupportDoubleCheckLockMisfireHandler Property

Quartz.NET 3.0 API Documentation
Get whether to check to see if there are Triggers that have misfired before actually acquiring the lock to recover them. This should be set to false if the majority of the time, there are misfired Triggers.

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

C#
public bool DoubleCheckLockMisfireHandler { get; set; }

Return Value

Type: Boolean
See Also

Reference