Method GetLeaderboardRegions
- Namespace
- GuildWars2.Pvp
- Assembly
- GW2SDK.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
seasonId
stringThe season ID.
boardId
stringThe leaderboard ID.
cancellationToken
CancellationTokenA token to cancel the request.