Click or drag to resize
BackgroundProcessingServer Constructor (JobStorage, IEnumerableIBackgroundProcess)
Initializes a new instance of the BackgroundProcessingServer class

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
)

Parameters

storage
Type: HangfireJobStorage

[Missing <param name="storage"/> documentation for "M:Hangfire.Server.BackgroundProcessingServer.#ctor(Hangfire.JobStorage,System.Collections.Generic.IEnumerable{Hangfire.Server.IBackgroundProcess})"]

processes
Type: System.Collections.GenericIEnumerableIBackgroundProcess

[Missing <param name="processes"/> documentation for "M:Hangfire.Server.BackgroundProcessingServer.#ctor(Hangfire.JobStorage,System.Collections.Generic.IEnumerable{Hangfire.Server.IBackgroundProcess})"]

See Also