DelayedJobScheduler Constructor |
Name | Description | |
---|---|---|
DelayedJobScheduler |
Initializes a new instance of the DelayedJobScheduler
class with the DefaultPollingDelay value as a
delay between runs.
| |
DelayedJobScheduler(TimeSpan) |
Initializes a new instance of the DelayedJobScheduler
class with a specified polling interval.
| |
DelayedJobScheduler(TimeSpan, IBackgroundJobStateChanger) |
Initializes a new instance of the DelayedJobScheduler
class with a specified polling interval and given state changer.
|