Method GetLeaderboardIds
- Namespace
- GuildWars2.Pvp
- Assembly
- GW2SDK.dll
GetLeaderboardIds(string, CancellationToken)
Gets the IDs of leaderboards in the specified PvP League season.
public Task<(HashSet<string> Value, MessageContext Context)> GetLeaderboardIds(string seasonId, CancellationToken cancellationToken = default)
Parameters
seasonId
stringThe season ID.
cancellationToken
CancellationTokenA token to cancel the request.