MultiplayerSessionChangeTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | None. |
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. |
MemberListChange | 16 | A member joined or left the session. |
MemberStatusChange | 32 | Changes to the status of a member. |
SessionJoinabilityChange | 64 | Changes to the joinability of the session. |
CustomPropertyChange | 128 | Changes within the /properties/custom object. |
MemberCustomPropertyChange | 256 | Changed within the /member/properties/custom object, for any of the members. |
TournamentPropertyChange | 512 | Changes within tournament server properties. Such as next game, last game, or registration. |
ArbitrationPropertyChange | 1024 | Changes within tournament server properties. Such as next game, last game, or registration. |