Click or drag to resize
BackgroundProcessingServer Constructor (JobStorage, IEnumerableIBackgroundProcess, IDictionaryString, Object)
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,
	[NotNullAttribute] IDictionary<string, Object> properties
)

Parameters

storage
Type: HangfireJobStorage

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

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},System.Collections.Generic.IDictionary{System.String,System.Object})"]

properties
Type: System.Collections.GenericIDictionaryString, Object

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

See Also