Method GetLeaderboardRegions
- Namespace
- GuildWars2.Pvp
- Assembly
- GuildWars2.dll
GetLeaderboardRegions(string, string, CancellationToken)
Gets the regions of the specified leaderboard in the specified PvP League season.
public Task<(HashSet<string> Value, MessageContext Context)> GetLeaderboardRegions(string seasonId, string boardId, CancellationToken cancellationToken = default)
Parameters
seasonIdstringThe season ID.
boardIdstringThe leaderboard ID.
cancellationTokenCancellationTokenA token to cancel the request.