Method GetSpecializationsIndex
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
GetSpecializationsIndex(CancellationToken)
Retrieves the IDs of all specializations.
public Task<(HashSet<int> Value, MessageContext Context)> GetSpecializationsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.