 | 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
Syntaxpublic static readonly TimeSpan DefaultPollingDelay
Public Shared ReadOnly DefaultPollingDelay As TimeSpan
Field Value
Type:
TimeSpan
Remarks
The value of this field is TimeSpan.FromSeconds(15).
See Also