Table of Contents

Method GetAchievementGroupsIndex

Namespace
GuildWars2.Hero.Achievements
Assembly
GW2SDK.dll

GetAchievementGroupsIndex(CancellationToken)

Retrieves the IDs of all achievement groups.

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