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