Click or drag to resize
PerformingContext Class
Provides the context for the OnPerforming(PerformingContext) method of the IServerFilter interface.
Inheritance Hierarchy

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class PerformingContext : PerformContext

The PerformingContext type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundJob (Inherited from PerformContext.)
Public propertyCanceled
Gets or sets a value that indicates that this PerformingContext object was canceled.
Public propertyCancellationToken (Inherited from PerformContext.)
Public propertyConnection (Inherited from PerformContext.)
Public propertyCreatedAt Obsolete. (Inherited from PerformContext.)
Public propertyItems
Gets an instance of the key-value storage. You can use it to pass additional information between different client filters or just between different methods.
(Inherited from PerformContext.)
Public propertyJob Obsolete. (Inherited from PerformContext.)
Public propertyJobId Obsolete. (Inherited from PerformContext.)
Top
Methods
See Also