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