Click or drag to resize
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.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[JsonConstructorAttribute]
public ScheduledState(
	DateTime enqueueAt
)

Parameters

enqueueAt
Type: SystemDateTime
The date/time when a job will be moved to the EnqueuedState.
See Also