Method GetAttributeCombinationById
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
GetAttributeCombinationById(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves an attribute combination by its ID.
public Task<(AttributeCombination Value, MessageContext Context)> GetAttributeCombinationById(int attributeCombinationId, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
attributeCombinationId
intThe attribute combination ID.
language
LanguageThe language to use for descriptions.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(AttributeCombination Value, MessageContext Context)>
A task that represents the API request.