Click or drag to resize
BackgroundJobServer Constructor (BackgroundJobServerOptions)
Initializes a new instance of the BackgroundJobServer class with the given options and Current storage.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundJobServer(
	[NotNullAttribute] BackgroundJobServerOptions options
)

Parameters

options
Type: HangfireBackgroundJobServerOptions
Server options
See Also