Table of Contents

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 CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.