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:
TitleId
string
- The unique identifier of the game title.Version
string
- Identifies the services version. Can be used for the zero-downtime release process.RoomProperties
KeyValueCollection
- 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.