ExtendedExecutionRevokedEventArgs.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the reason background execution was revoked.
public:
property ExtendedExecutionRevokedReason Reason { ExtendedExecutionRevokedReason get(); };
ExtendedExecutionRevokedReason Reason();
public ExtendedExecutionRevokedReason Reason { get; }
var extendedExecutionRevokedReason = extendedExecutionRevokedEventArgs.reason;
Public ReadOnly Property Reason As ExtendedExecutionRevokedReason
Property Value
The reason background execution was revoked.