| BackgroundJobServer Constructor (BackgroundJobServerOptions) |
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public BackgroundJobServer(
[NotNullAttribute] BackgroundJobServerOptions options
)
Public Sub New (
<NotNullAttribute> options As BackgroundJobServerOptions
)
Parameters
- options
- Type: HangfireBackgroundJobServerOptions
Server options
See Also