JobStoreSupportClusterCheckinInterval Property

Quartz.NET 3.0 API Documentation
Get or set the frequency at which this instance "checks-in" with the other instances of the cluster. -- Affects the rate of detecting failed instances.

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

C#
public TimeSpan ClusterCheckinInterval { get; set; }

Property Value

Type: TimeSpan
See Also

Reference