Method GetLeaderboardIds
- Namespace
- GuildWars2.Pvp
- Assembly
- GuildWars2.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
seasonIdstringThe season ID.
cancellationTokenCancellationTokenA token to cancel the request.