| BackgroundJobServer Constructor (JobStorage) |
Initializes a new instance of the
BackgroundJobServer class
with default options and the given storage.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public BackgroundJobServer(
[NotNullAttribute] JobStorage storage
)
Public Sub New (
<NotNullAttribute> storage As JobStorage
)
Parameters
- storage
- Type: HangfireJobStorage
The storage
See Also