Click or drag to resize
PerformedContext Properties

The PerformedContext type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundJob (Inherited from PerformContext.)
Public propertyCanceled
Gets a value that indicates that this PerformedContext object was canceled.
Public propertyCancellationToken (Inherited from PerformContext.)
Public propertyConnection (Inherited from PerformContext.)
Public propertyCreatedAt Obsolete. (Inherited from PerformContext.)
Public propertyException
Gets an exception that occurred during the performance of the job.
Public propertyExceptionHandled
Gets or sets a value that indicates that this PerformedContext object handles an exception occurred during the performance of the job.
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.)
Public propertyResult
Gets a value that was returned by the job.
Top
See Also