SuspendingOperation.GetDeferral | getDeferral method

0 out of 2 rated this helpful - Rate this topic

Requests that the app suspending operation be delayed.

Syntax


var suspendingDeferral = suspendingOperation.getDeferral();

Parameters

This method has no parameters.

Return value

Type: SuspendingDeferral

The suspension deferral.

Remarks

App suspension is delayed until the app calls the SuspendingDeferral.Complete method or the deadline for suspension has passed.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel
Windows::ApplicationModel [C++]

Metadata

Windows.winmd

See also

SuspendingOperation
Guidelines for app suspend and resume
For C#/C++/XAML
SuspendingEventArgs
SuspendingOperation
SuspendingOperation.GetDeferral
How to suspend an app (Windows Store apps using C#/VB/C++ and XAML)
For Javascript
suspendingEventArgs
suspendingOperation
suspendingOperation.getDeferral
How to suspend an app (Windows Store apps using JavaScript and HTML)

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.