ISuspendingDeferral interface

Manages a delayed app suspending operation.

Members

The ISuspendingDeferral interface inherits from IInspectable. ISuspendingDeferral also has these types of members:

Methods

The ISuspendingDeferral interface has these methods.

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

 

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Windows.ApplicationModel.h
IDL
Windows.ApplicationModel.idl

See also

IInspectable

ISuspendingEventArgs

ISuspendingOperation