FetchLobbyStatsAsync
method in Coherence.Cloud.LobbiesService
Methods
public Task<LobbyStats> FetchLobbyStatsAsync(List<string> tags = null, List<string> regions = null)
Get stats for the usage of Lobbies for your current coherence Project.
Parameters
Type | Name | Description |
---|---|---|
List<string> | tags | Optional list of tags to filter the fetched stats. |
List<string> | regions | Optional list of regions to filter the fetched stats. |
Returns
Type | Description |
---|---|
Task<LobbyStats> |