Click or drag to resize
BackgroundProcessingServer Constructor
Overload List
  NameDescription
Public methodBackgroundProcessingServer(IEnumerable<IBackgroundProcess>)
Initializes a new instance of the BackgroundProcessingServer class
Public methodBackgroundProcessingServer(JobStorage, IEnumerable<IBackgroundProcess>)
Initializes a new instance of the BackgroundProcessingServer class
Public methodBackgroundProcessingServer(IEnumerable<IBackgroundProcess>, IDictionary<String, Object>)
Initializes a new instance of the BackgroundProcessingServer class
Public methodBackgroundProcessingServer(JobStorage, IEnumerable<IBackgroundProcess>, IDictionary<String, Object>)
Initializes a new instance of the BackgroundProcessingServer class
Public methodBackgroundProcessingServer(JobStorage, IEnumerable<IBackgroundProcess>, IDictionary<String, Object>, BackgroundProcessingServerOptions)
Initializes a new instance of the BackgroundProcessingServer class and immediately starts all the given background processes.
Top
See Also