Click or drag to resize
PerformContextJob Property

Note: This API is now obsolete.

[Missing <summary> documentation for "P:Hangfire.Server.PerformContext.Job"]

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[ObsoleteAttribute("Please use BackgroundJob property instead. Will be removed in 2.0.0.")]
public Job Job { get; }

Property Value

Type: Job
See Also