Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SuspendingOperation.GetDeferral Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Requests that the app suspending operation be delayed.

public:
 virtual SuspendingDeferral ^ GetDeferral() = GetDeferral;
SuspendingDeferral GetDeferral();
public SuspendingDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As SuspendingDeferral

Returns

The suspension deferral.

Implements

Remarks

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

Applies to


Feedback

Was this page helpful?