Edit

Share via


MultiplayerSession.InitializingEpisode Property

Definition

The episode number associated with a set of session members requiring QoS metrics to be applied during managed initialization.

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

Property Value

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPublicNonVirtuals.InitializingEpisode

Remarks

If MemberInitialization is set and Initialize is true on the member, then the member is assigned to an InitializingEpisode. An episode is a set of users that need to have QoS metrics applied to them. This value is only useful when manually managing QoS. This value is 0 when the InitializingEpisode is not set.

Applies to