Table of Contents

Method GetRanksIndex

Namespace
GuildWars2.Pvp
Assembly
GW2SDK.dll

GetRanksIndex(CancellationToken)

Retrieves the IDs of all PvP ranks.

public Task<(HashSet<int> Value, MessageContext Context)> GetRanksIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.