Click or drag to resize
BackgroundProcessingServer Constructor (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] IEnumerable<IBackgroundProcess> processes
)

Parameters

processes
Type: System.Collections.GenericIEnumerableIBackgroundProcess

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

See Also