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

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundJobServer(
	[NotNullAttribute] BackgroundJobServerOptions options,
	[NotNullAttribute] JobStorage storage,
	[NotNullAttribute] IEnumerable<IBackgroundProcess> additionalProcesses
)

Parameters

options
Type: HangfireBackgroundJobServerOptions

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

storage
Type: HangfireJobStorage

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

additionalProcesses
Type: System.Collections.GenericIEnumerableIBackgroundProcess

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

See Also