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