MultiplayerSession.ChangeNumber 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 change number of the session.
public ulong ChangeNumber { get; }
member this.ChangeNumber : uint64
Public ReadOnly Property ChangeNumber As ULong
Property Value
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPublicNonVirtuals.ChangeNumber
Remarks
Branch indicates if two change numbers are from the same series and therefore can be compared. If a session is deleted and then recreated with the same session name, it receives a different branch. The branch also changes if the session is reverted due to a service issue that forced a restore from backup or other data synchronization operation.