MultiplayerSession.SetServerConnectionStringCandidates Method
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.
public void SetServerConnectionStringCandidates (Windows.Foundation.Collections.IVectorView<string> serverConnectionStringCandidates);
abstract member SetServerConnectionStringCandidates : Windows.Foundation.Collections.IVectorView<string> -> unit
override this.SetServerConnectionStringCandidates : Windows.Foundation.Collections.IVectorView<string> -> unit
Public Sub SetServerConnectionStringCandidates (serverConnectionStringCandidates As IVectorView(Of String))
Parameters
- serverConnectionStringCandidates
- Windows.Foundation.Collections.IVectorView<String>
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPublicNonVirtuals.SetServerConnectionStringCandidates(Windows.Foundation.Collections.IVectorView{System.String})