| ScheduledState Constructor (DateTime) |
Initializes a new instance of the
ScheduledState
class with the specified
date/time in UTC format when a job should
be moved to the
EnqueuedState.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [JsonConstructorAttribute]
public ScheduledState(
DateTime enqueueAt
)
<JsonConstructorAttribute>
Public Sub New (
enqueueAt As DateTime
)
Parameters
- enqueueAt
- Type: SystemDateTime
The date/time when a job will be moved to the
EnqueuedState.
See Also