BackgroundJobServer Class |
[Missing <summary> documentation for "T:Hangfire.BackgroundJobServer"]
Namespace: Hangfire
The BackgroundJobServer type exposes the following members.
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 |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the BackgroundJobServer | |
Start | Obsolete. | |
Stop | Obsolete. |