Method UpdatePlayerAsync
UpdatePlayerAsync(string, string, UpdatePlayerOptions)
Update player lobby associated data with the given option parameters. Async operation.
Declaration
Task<Lobby> UpdatePlayerAsync(string lobbyId, string playerId, UpdatePlayerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | lobbyId | |
| string | playerId | |
| UpdatePlayerOptions | options |
Returns
| Type | Description |
|---|---|
| Task<Lobby> | Lobby data of the updated Lobby |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | |
| LobbyServiceException |