Click or drag to resize
CreatedContextJobId Property

Note: This API is now obsolete.

[Missing <summary> documentation for "P:Hangfire.Client.CreatedContext.JobId"]

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

Property Value

Type: String
See Also