BackgroundProcessingServer Constructor |
Name | Description | |
---|---|---|
BackgroundProcessingServer(IEnumerableIBackgroundProcess) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(JobStorage, IEnumerableIBackgroundProcess) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(IEnumerableIBackgroundProcess, IDictionaryString, Object) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(JobStorage, IEnumerableIBackgroundProcess, IDictionaryString, Object) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(JobStorage, IEnumerableIBackgroundProcess, IDictionaryString, Object, BackgroundProcessingServerOptions) |
Initializes a new instance of the BackgroundProcessingServer
class and immediately starts all the given background processes.
|