Edit

Share via


MultiplayerSession.ChangeNumber Property

Definition

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.

Applies to