편집

다음을 통해 공유


MultiplayerInitializationStage Enum

Definition

Defines values that indicate the current status during the initialization stage.

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

Fields

Evaluating 4

The evaluating initialization stage is active. If auto evaluate is true, then this stage is skipped; otherwise, the title will do its own evaluation.

Failed 5

Failed initialization stage. If episode 1 didn't succeed, then it indicates failed permanently.

Joining 2

Players are joining the initialization stage. Typically matchmaking creates the session and adds users to it. Players have up to the joining timeout to join the session during this phase.

Measuring 3

The measuring initialization stage for QoS measurement is active. This is the stage where QoS measurement happens.
The title must manually manage QoS during this stage.

None 1

The initialization stage not set.

Unknown 0

Unknown.

Applies to