UpdateRoom
Name
UpdateRoom
- Updates the room properties.
Synopsis
Namespace: LoadBalancer.Client.Game
public void UpdateRoom(UpdateRoomParameters parameters)
Parameters
UpdateRoomParameters
consists of the following parameters:
RoomId
string
- The unique identifier of the room which distiguishes it from other rooms on the server.RoomProperties
KeyValueCollection
- A collection of key-value pairs containing the room properties.
Return Value
None.