Click or drag to resize
DelayedJobScheduler Constructor
Overload List
  NameDescription
Public methodDelayedJobScheduler
Initializes a new instance of the DelayedJobScheduler class with the DefaultPollingDelay value as a delay between runs.
Public methodDelayedJobScheduler(TimeSpan)
Initializes a new instance of the DelayedJobScheduler class with a specified polling interval.
Public methodDelayedJobScheduler(TimeSpan, IBackgroundJobStateChanger)
Initializes a new instance of the DelayedJobScheduler class with a specified polling interval and given state changer.
Top
See Also