Method GetLobbyAsync
GetLobbyAsync(string)
Retrieve data for a Lobby by specifying a Lobby ID. Async operation.
Declaration
Task<Lobby> GetLobbyAsync(string lobbyId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | lobbyId | ID of the Lobby to retrieve |
Returns
| Type | Description |
|---|---|
| Task<Lobby> | Lobby data |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | |
| LobbyServiceException |