Table of Contents

Method GetTitlesIndex

Namespace
GuildWars2.Hero.Achievements
Assembly
GW2SDK.dll

GetTitlesIndex(CancellationToken)

Retrieves the IDs of all titles.

public Task<(HashSet<int> Value, MessageContext Context)> GetTitlesIndex(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.