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
CancellationTokenA token to cancel the request.