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