Click or drag to resize
BackgroundJobClient Constructor (JobStorage)
Initializes a new instance of the BackgroundJobClient class with the specified storage.

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

Parameters

storage
Type: HangfireJobStorage
Job storage to use for background jobs.
Exceptions
ExceptionCondition
ArgumentNullExceptionstorage is null.
See Also