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

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

Parameters

storage
Type: HangfireJobStorage
The storage
See Also