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

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

Parameters

options
Type: HangfireBackgroundJobServerOptions
Server options
storage
Type: HangfireJobStorage
The storage
See Also