Method DeleteLobbyAsync
DeleteLobbyAsync(string)
Delete a Lobby by specifying a Lobby ID. Async operation.
Declaration
Task DeleteLobbyAsync(string lobbyId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | lobbyId | ID of the Lobby to delete |
Returns
| Type | Description |
|---|---|
| Task | Awaitable task |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | |
| LobbyServiceException |