Edit

Share via


MultiplayerSessionChangeTypes Enum

Definition

Defines enumberation values that indicate the types of changes to a session that can be subscribed to.

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

Fields

ArbitrationPropertyChange 1024

Changes within tournament server properties. Such as next game, last game, or registration.

CustomPropertyChange 128

Changes within the /properties/custom object.

Everything 1

Changes to anything in the session.

HostDeviceTokenChange 2

Changes to the host device token.

InitializationStateChange 4

Changes to the stage of initialization has changed.

MatchmakingStatusChange 8

Changes to the matchmaking status (e.g. match found or expired) occured.

MemberCustomPropertyChange 256

Changed within the /member/properties/custom object, for any of the members.

MemberListChange 16

A member joined or left the session.

MemberStatusChange 32

Changes to the status of a member.

None 0

None.

SessionJoinabilityChange 64

Changes to the joinability of the session.

TournamentPropertyChange 512

Changes within tournament server properties. Such as next game, last game, or registration.

Applies to