SignOutDeferral Class

Contains information about a pending deferral of sign out.

When your title is notified that a sign out is in progress, it can temporarily defer the sign out operation in order to complete important operations like saving game state for a user.

You initiate deferral by calling GetDeferral on the SignOutStartedEventArgs object sent to notify you of a pending sign out.

When your important operations are complete and you’re ready to stop deferring sign out, call Complete.

Syntax

public ref class SignOutDeferral sealed  

Remarks

Note

This class makes cross-OS calls. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

SignOutDeferral Members

Windows.Xbox.System Namespace