| DelayedJobSchedulerDefaultPollingDelay Field |
Represents a default polling interval for delayed job scheduler.
This field is read-only.
Namespace: Hangfire.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static readonly TimeSpan DefaultPollingDelay
Public Shared ReadOnly DefaultPollingDelay As TimeSpan
Field Value
Type:
TimeSpanRemarks
The value of this field is TimeSpan.FromSeconds(15).
See Also