Table of Contents

Method GetSeasonsIndex

Namespace
GuildWars2.Pvp
Assembly
GW2SDK.dll

GetSeasonsIndex(CancellationToken)

Retrieves the IDs of all PvP League seasons.

public Task<(HashSet<string> Value, MessageContext Context)> GetSeasonsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.