Click or drag to resize
PerformContext Class
Provides information about the context in which the job is performed.
Inheritance Hierarchy

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

The PerformContext type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundJob
Public propertyCancellationToken
Public propertyConnection
Public propertyCreatedAt Obsolete.
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.
Public propertyJob Obsolete.
Public propertyJobId Obsolete.
Top
Methods
See Also