BackgroundProcessingServer Constructor |
Name | Description | |
---|---|---|
BackgroundProcessingServer(IEnumerable<IBackgroundProcess>) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(JobStorage, IEnumerable<IBackgroundProcess>) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(IEnumerable<IBackgroundProcess>, IDictionary<String, Object>) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(JobStorage, IEnumerable<IBackgroundProcess>, IDictionary<String, Object>) | Initializes a new instance of the BackgroundProcessingServer class | |
BackgroundProcessingServer(JobStorage, IEnumerable<IBackgroundProcess>, IDictionary<String, Object>, BackgroundProcessingServerOptions) |
Initializes a new instance of the BackgroundProcessingServer
class and immediately starts all the given background processes.
|