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