Click or drag to resize
ScheduledState Constructor
Overload List
  NameDescription
Public methodScheduledState(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.
Public methodScheduledState(TimeSpan)
Initializes a new instance of the ScheduledState class with the specified time interval after which a job should be moved to the EnqueuedState.
Top
See Also