Click or drag to resize
PerformingContextCanceled Property
Gets or sets a value that indicates that this PerformingContext object was canceled.

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public bool Canceled { get; set; }

Property Value

Type: Boolean
See Also