MultiplayerSession.InitializingEpisode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.