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