Click or drag to resize
BackgroundProcessingServer Constructor (JobStorage, IEnumerableIBackgroundProcess, IDictionaryString, Object, BackgroundProcessingServerOptions)
Initializes a new instance of the BackgroundProcessingServer class and immediately starts all the given background processes.

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundProcessingServer(
	[NotNullAttribute] JobStorage storage,
	[NotNullAttribute] IEnumerable<IBackgroundProcess> processes,
	[NotNullAttribute] IDictionary<string, Object> properties,
	[NotNullAttribute] BackgroundProcessingServerOptions options
)

Parameters

storage
Type: HangfireJobStorage
processes
Type: System.Collections.GenericIEnumerableIBackgroundProcess
properties
Type: System.Collections.GenericIDictionaryString, Object
options
Type: Hangfire.ServerBackgroundProcessingServerOptions
See Also