XblMultiplayerSessionSetServerConnectionStringCandidates
The ordered list of case-insensitive connection strings that the session could use to connect to a game server. Generally titles should use the first on the list, but sophisticated titles could use a custom mechanism for choosing one of the others (e.g. based on load).Syntax
Parameters
handle _In_Type: XblMultiplayerSessionHandle Handle to the multiplayer session. serverConnectionStringCandidates _In_reads_(serverConnectionStringCandidatesCount)
Type: char** The collection of connection paths. serverConnectionStringCandidatesCount _In_
Type: size_t The size of the candidates array.
