Click or drag to resize
BackgroundJobServerOptionsServerWatchdogOptions Property

Note: This API is now obsolete.

[Missing <summary> documentation for "P:Hangfire.BackgroundJobServerOptions.ServerWatchdogOptions"]

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[ObsoleteAttribute("Please use `ServerTimeout` or `ServerCheckInterval` options instead. Will be removed in 2.0.0.")]
public ServerWatchdogOptions ServerWatchdogOptions { get; set; }

Property Value

Type: ServerWatchdogOptions
See Also