JobStoreSupportMisfireThreshold Property

Quartz.NET 3.0 API Documentation
The time span by which a trigger must have missed its next-fire-time, in order for it to be considered "misfired" and thus have its misfire instruction applied.

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

C#
public virtual TimeSpan MisfireThreshold { get; set; }

Property Value

Type: TimeSpan
See Also

Reference