JobStoreSupportDbRetryInterval Property

Quartz.NET 3.0 API Documentation
Gets or sets the database retry interval.

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

C#
public TimeSpan DbRetryInterval { get; set; }

Property Value

Type: TimeSpan
The db retry interval.
See Also

Reference