Method GetBoundLegendaryItems
- Namespace
- GuildWars2.Hero.Equipment.Templates
- Assembly
- GW2SDK.dll
GetBoundLegendaryItems(string?, MissingMemberBehavior, CancellationToken)
Retrieves the number of bound legendary items on the account. This endpoint is only accessible with a valid access token.
public Task<(HashSet<BoundLegendaryItem> Value, MessageContext Context)> GetBoundLegendaryItems(string? accessToken, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
accessToken
stringAn API key or subtoken.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<BoundLegendaryItem> Value, MessageContext Context)>
A task that represents the API request.