|  | PerformedContext Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Hangfire.Server
 Syntax
SyntaxThe PerformedContext type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackgroundJob | (Inherited from PerformContext.) | 
|  | Canceled | 
            Gets a value that indicates that this PerformedContext
            object was canceled.
             | 
|  | CancellationToken | (Inherited from PerformContext.) | 
|  | Connection | (Inherited from PerformContext.) | 
|  | CreatedAt | Obsolete. (Inherited from PerformContext.) | 
|  | Exception | 
            Gets an exception that occurred during the performance of the job.
             | 
|  | ExceptionHandled | 
            Gets or sets a value that indicates that this PerformedContext
            object handles an exception occurred during the performance of the job.
             | 
|  | Items | 
            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.) | 
|  | Job | Obsolete. (Inherited from PerformContext.) | 
|  | JobId | Obsolete. (Inherited from PerformContext.) | 
|  | Result | 
            Gets a value that was returned by the job.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetJobParameterT | (Inherited from PerformContext.) | 
|  | SetJobParameter | (Inherited from PerformContext.) | 
 See Also
See Also