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

Parameters

enqueueIn
Type: SystemTimeSpan
The time interval after which a job will be moved to the EnqueuedState.
See Also