Table of Contents

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 string

The season ID.

boardId string

The leaderboard ID.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.