BackgroundJobServer Constructor |
Name | Description | |
---|---|---|
BackgroundJobServer |
Initializes a new instance of the BackgroundJobServer class
with default options and Current storage.
| |
BackgroundJobServer(BackgroundJobServerOptions) |
Initializes a new instance of the BackgroundJobServer class
with the given options and Current storage.
| |
BackgroundJobServer(JobStorage) |
Initializes a new instance of the BackgroundJobServer class
with default options and the given storage.
| |
BackgroundJobServer(BackgroundJobServerOptions, JobStorage) |
Initializes a new instance of the BackgroundJobServer class
with the specified options and the given storage.
| |
BackgroundJobServer(BackgroundJobServerOptions, JobStorage, IEnumerableIBackgroundProcess) | Initializes a new instance of the BackgroundJobServer class |