Table of Contents

Method GetAttributeCombinationsByIds

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

GetAttributeCombinationsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves attribute combinations by their IDs.

public Task<(HashSet<AttributeCombination> Value, MessageContext Context)> GetAttributeCombinationsByIds(IEnumerable<int> attributeCombinationIds, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

attributeCombinationIds IEnumerable<int>

The attribute combination IDs.

language Language

The language to use for descriptions.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.