Method GetLogosByIds
- Namespace
- GuildWars2.Logos
- Assembly
- GuildWars2.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
logoIdsIEnumerable<string>The logo IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.