MultiplayerSessionMemberStatus 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 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
Name | Value | Description |
---|---|---|
Reserved | 0 | The member slot is reserved for a specific Xbox User ID. |
Inactive | 1 | The member is inactive in the current title. |
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. |
Active | 3 | The member is active in the current title. |