Delays a pending sign out operation for up to 30 seconds, in order to complete important operations like saving user state.
To defer sign out, call GetDeferral and store the returned SignOutDeferral object. Then, complete the operations that required the deferral. When those operations are complete, call the Complete method on the saved SignOutDeferral object.
public:
SignOutDeferral^ GetDeferral()
Type: SignOutDeferral
Returns an object that reports the status of an attempt to defer signout.
Note
This is a cross-OS call. For more information, see Cross-OS Calls.
Namespace: Windows.Xbox.System
Metadata: windows.winmd