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