Edit

Share via


MultiplayerSessionMemberStatus Enum

Definition

Defines values used to indicate status for member of a session.

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

Fields

Active 3

The member is active in the current title.

Inactive 1

The member is inactive in the current title.
The member may be active in another title as specified by ActiveTitleId, If a inactive member doesn't mark themselves as Active within the MemberInactiveTimeout they will be removed from the session.

Ready 2

When the shell launches the title to start a multiplayer game, the member is marked as ready. If a ready member doesn't mark themselves as Active within the MemberReadyTimeout they will be marked as inactive.

Reserved 0

The member slot is reserved for a specific Xbox User ID.
This specific member must join the session to fill the reservation before the JoinTimeout or they will be removed.

Applies to