Method GetRecipesByOutputItemIdByPage
- Namespace
- GuildWars2.Hero.Crafting.Recipes
- Assembly
- GuildWars2.dll
GetRecipesByOutputItemIdByPage(int, int, int?, MissingMemberBehavior, CancellationToken)
Retrieves a page of recipes for creating the specified output item.
public Task<(IImmutableValueSet<Recipe> Value, MessageContext Context)> GetRecipesByOutputItemIdByPage(int outputItemId, int pageIndex, int? pageSize = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
outputItemIdintThe item ID of the created item.
pageIndexintHow many pages to skip. The first page starts at 0.
pageSizeint?How many entries to take.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(IImmutableValueSet<Recipe> Value, MessageContext Context)>
A task that represents the API request.