편집

다음을 통해 공유


MultiplayerSessionStatus Enum

Definition

Defines values that indicate the current status of a session.

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

Fields

Active 1

The session is active and there is at least one user.

Inactive 2

The session is inactive. This means that no users in the session are active or all users left the session.

Reserved 3

The session is reserved. This means one for more users have not accepted the session invite.

Unknown 0

The server returned an unrecognized response.

Applies to