ISuspendingOperation Interface

Definition

Provides information about an app suspending operation.

public interface class ISuspendingOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2644822593, 8417, 20123, 159, 101, 169, 244, 53, 52, 12, 58)]
struct ISuspendingOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2644822593, 8417, 20123, 159, 101, 169, 244, 53, 52, 12, 58)]
public interface ISuspendingOperation
Public Interface ISuspendingOperation
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Deadline

Gets the time remaining before a delayed app suspending operation continues.

Methods

GetDeferral()

Requests that the app suspending operation be delayed.

Applies to

See also