JobStoreSupportRetryableActionErrorLogThreshold Property

Quartz.NET 3.0 API Documentation
Gets or sets the number of retries before an error is logged for recovery operations.

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

C#
public int RetryableActionErrorLogThreshold { get; set; }

Property Value

Type: Int32
See Also

Reference