Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 577 Bytes

isuspendingoperation_getdeferral_254836512.md

File metadata and controls

23 lines (16 loc) · 577 Bytes
-api-id -api-type
M:Windows.ApplicationModel.ISuspendingOperation.GetDeferral
winrt method

Windows.ApplicationModel.ISuspendingOperation.GetDeferral

-description

Requests that the app suspending operation be delayed.

-returns

The suspension deferral.

-remarks

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

-examples

-see-also