Edit

Share via


MultiplayerSessionMember.InitializationEpisode Property

Definition

The number of the initialization episode that the member participates in during managed initialization. This value is only useful to read when the title is manually managing its own QoS.

public uint InitializationEpisode { get; }
member this.InitializationEpisode : uint32
Public ReadOnly Property InitializationEpisode As UInteger

Property Value

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionMemberPublicNonVirtuals.InitializationEpisode

Remarks

Users join sessions in batches. Each batch of users is assigned to a new initialization episode. The initialization episode number indicates the set of users that require QoS. Initialization episode 0 indicates that the member is not taking part in managed initialization. Initialization episode 1 is a special value used for the members added to a new session at create time.

If the "memberInitialization" section is set and the member was added with "initialize":true, this is set to the initialization episode that the member will participate in; otherwise it is 0.

Applies to