Edit

Share via


MultiplayerSession.HostCandidates Property

Definition

An ordered list of device tokens for host names that can be used for the session, ordered by the preference specified by MultiplayerSessionConstants::PeerToHostRequirements::HostSelectionMetric.

public Windows.Foundation.Collections.IVectorView<string> HostCandidates { get; }
member this.HostCandidates : Windows.Foundation.Collections.IVectorView<string>
Public ReadOnly Property HostCandidates As IVectorView(Of String)

Property Value

Windows.Foundation.Collections.IVectorView<String>

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPublicNonVirtuals.HostCandidates

Applies to