Edit

Share via


PreserveSessionMode Enum

Definition

Defines values that indicate if a match ticket is for a new game session or an existing session.

[Windows.Foundation.Metadata.Version(1)]
public enum PreserveSessionMode
type PreserveSessionMode = 
Public Enum PreserveSessionMode
Inheritance
PreserveSessionMode
Attributes
Windows.Foundation.Metadata.VersionAttribute

Fields

Always 1

Always use an existing game session. This is for matching more players for a game session that is already created or in progress.

Never 2

Never use an existing game session. This is for matching players for a new game session.

Unknown 0

The server returned an unrecognized response.

Applies to