RefreshLobbyAsync
method in Coherence.Cloud.LobbiesService
Methods
public Task<LobbyData> RefreshLobbyAsync(LobbyData lobby)
Refresh the current data for the supplied Lobby.
Parameters
| Type | Name | Description | 
|---|---|---|
| LobbyData | lobby | Lobby you want to refresh the data of.  | 
    
Returns
| Type | Description | 
|---|---|
| Task<LobbyData> | 
public Task<LobbyData> RefreshLobbyAsync(string lobbyId)
Refresh the current data for the Lobby with the supplied id.
Parameters
| Type | Name | Description | 
|---|---|---|
| string | lobbyId | Lobby ID you want to refresh the data of.  | 
    
Returns
| Type | Description | 
|---|---|
| Task<LobbyData> |