ISuspendingDeferral Interface

Definition

Manages a delayed app suspending operation.

public interface class ISuspendingDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1494484233, 35785, 20148, 182, 54, 218, 189, 196, 244, 111, 102)]
struct ISuspendingDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1494484233, 35785, 20148, 182, 54, 218, 189, 196, 244, 111, 102)]
public interface ISuspendingDeferral
Public Interface ISuspendingDeferral
Derived
Attributes

Windows requirements

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

Methods

Complete()

Notifies the system that the app has saved its data and is ready to be suspended.

Applies to

See also