Click or drag to resize
DelayedJobSchedulerDefaultPollingDelay Field
Represents a default polling interval for delayed job scheduler. This field is read-only.

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static readonly TimeSpan DefaultPollingDelay

Field Value

Type: TimeSpan
Remarks
The value of this field is TimeSpan.FromSeconds(15).
See Also