Click or drag to resize
BackgroundJobClient Constructor
Initializes a new instance of the BackgroundJobClient class with the storage from a global configuration.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundJobClient()
Remarks
Please see the GlobalConfiguration class for the details regarding the global configuration.
See Also