Table of Contents

Method GetLogosByIds

Namespace
GuildWars2.Logos
Assembly
GW2SDK.dll

GetLogosByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)

Retrieves logos by their IDs.

public Task<(HashSet<Logo> Value, MessageContext Context)> GetLogosByIds(IEnumerable<string> logoIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

logoIds IEnumerable<string>

The logo IDs.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.