ExtendedExecutionRevokedEventArgs.Reason Property

Definition

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.

Applies to