Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.39 KB

suspendingoperation.md

File metadata and controls

28 lines (20 loc) · 1.39 KB
-api-id -api-type
T:Windows.UI.WebUI.SuspendingOperation
winrt class

Windows.UI.WebUI.SuspendingOperation

-description

Manages an app suspension operation.

-remarks

Use the SuspendingEventArgs.suspendingOperation property to get the object.

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)

.

-examples

-see-also

App lifecycle, SuspendingEventArgs, App activated, resume, and suspend using the WRL sample