Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.26 KB

deferral.md

File metadata and controls

23 lines (16 loc) · 1.26 KB
-api-id -api-type
T:Windows.Foundation.Deferral
winrt class

Windows.Foundation.Deferral

-description

Stores a DeferralCompletedHandler to be invoked upon completion of the deferral and manipulates the state of the deferral.

-remarks

For more information about the Deferral class, see the section about deferrals in App lifecycle and the ExtendedExecution sample.

Javascript apps should not allow navigation before completing a DeferralCompletedHandler. Doing so could cause an app to crash and should be considered a programming error.

-examples

-see-also

App lifecycle,ExtendedExecution sample,IClosable, DeferralCompletedHandler