Table of Contents

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 string

The season ID.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<string> Value, MessageContext Context)>

A task that represents the API request.