| ScheduledState Constructor (TimeSpan) |
Initializes a new instance of the
ScheduledState class
with the specified
time interval after which a job should be moved to
the
EnqueuedState.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public ScheduledState(
TimeSpan enqueueIn
)
Public Sub New (
enqueueIn As TimeSpan
)
Parameters
- enqueueIn
- Type: SystemTimeSpan
The time interval after which a job will be
moved to the EnqueuedState.
See Also