Edit

Share via


MatchmakingStatus Enum

Definition

Defines values that indicate the current status of the matchmaking operation.

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

Fields

Canceled 5

Indicates that the matchmaking search has been canceled.

Expired 3

Indicates that the matchmaking search has expired.

Found 4

Indicates that the matchmaking search has found a session.

None 1

Indicates that the matchmaking search is not specified. This status is optional and requires the clientMatchmaking capability.

Searching 2

Indicates that the matchmaking search is still searching.

Unknown 0

The server returned an unrecognized response.

Applies to