MultiplayerSession.Members 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.
A list of all session members, including those who have been accepted and those who are waiting to join the session.
public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember> Members { get; }
member this.Members : Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember>
Public ReadOnly Property Members As IVectorView(Of MultiplayerSessionMember)
Property Value
Implements
Remarks
Call MultiplayerSession::Join or MultiplayerSession::Leave to add or remove yourself from this list. Call MultiplayerSession::AddMemberReservation to add a reservation for another user on this list. Call MultiplayerService::WriteSessionAsync to write these changes to the service.