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