FindServer
Name
FindServer - Finds the game server having the lowest load to create the room.
Synopsis
Namespace: LoadBalancer.Client.Jump
public Task<FindServerResult> FindServer(FindServerParameters parameters)
Parameters
FindServerParameters consists of the following parameters:
TitleIdstring- The unique identifier of the game title.Versionstring- Identifies the services version. Can be used for the zero-downtime release process.RoomPropertiesKeyValueCollection- A collection of key-value pairs containing the room properties.
Return Value
An object containing the details required to create a room on a server.