ExtendedExecutionRevokedEventArgs ExtendedExecutionRevokedEventArgs ExtendedExecutionRevokedEventArgs ExtendedExecutionRevokedEventArgs Class

Definition

The object that is passed as a parameter to the event handler that is invoked when the system revokes background execution.

public : sealed class ExtendedExecutionRevokedEventArgs : IExtendedExecutionRevokedEventArgspublic sealed class ExtendedExecutionRevokedEventArgs : IExtendedExecutionRevokedEventArgsPublic NotInheritable Class ExtendedExecutionRevokedEventArgs Implements IExtendedExecutionRevokedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Reason Reason Reason Reason

Gets the reason background execution was revoked.

public : ExtendedExecutionRevokedReason Reason { get; }public ExtendedExecutionRevokedReason Reason { get; }Public ReadOnly Property Reason As ExtendedExecutionRevokedReason// You can use this property in JavaScript.