Table of Contents

Method GetMasteryTracksIndex

Namespace
GuildWars2.Hero.Masteries
Assembly
GW2SDK.dll

GetMasteryTracksIndex(CancellationToken)

Retrieves the IDs of all mastery tracks.

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