Method UpdateLobbyAsync
UpdateLobbyAsync(string, UpdateLobbyOptions)
Update the specified Lobby with the given option parameters. Async operation.
Declaration
Task<Lobby> UpdateLobbyAsync(string lobbyId, UpdateLobbyOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | lobbyId | Lobby ID to update |
| UpdateLobbyOptions | options | Parameters to update |
Returns
| Type | Description |
|---|---|
| Task<Lobby> | Lobby data of the updated Lobby |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | |
| LobbyServiceException |