OnRoomUpdated
Name
OnRoomUpdated
- Raises when a room gets updated.
Synopsis
Namespace: LoadBalancer.Client.Game
protected CallResult OnRoomUpdated(ClientCallContext call, UpdateRoomParameters parameters)
Parameters
ClientCallContext
represents the call context.
UpdateRoomParameters
consists of the following parameters:
RoomId
string
- The unique identifier of the room.RoomProperties
KeyValueCollection
- A collection of key-value pairs containing the room properties.
Return Value
The CallResult
which can be one of the following values:
NotHandled
= 0,
Completed
= 1,
Failed
= 2,
Reenqueued
= 3,