SuspendingDeferral SuspendingDeferral SuspendingDeferral SuspendingDeferral Class

Definition

Manages delayed suspension for an app. GetDeferral

public : sealed class SuspendingDeferral : ISuspendingDeferralpublic sealed class SuspendingDeferral : ISuspendingDeferralPublic NotInheritable Class SuspendingDeferral Implements ISuspendingDeferral// 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)

Remarks

Note

: This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX)

.

Methods

Complete() Complete() Complete() Complete()

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

public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.
See Also

See Also