Method GetEmblemForegroundsByIds
- Namespace
- GuildWars2.Guilds
- Assembly
- GuildWars2.dll
GetEmblemForegroundsByIds(IEnumerable<int>, MissingMemberBehavior, CancellationToken)
Retrieves emblem foregrounds by their IDs.
public Task<(HashSet<EmblemForeground> Value, MessageContext Context)> GetEmblemForegroundsByIds(IEnumerable<int> emblemForegroundIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
emblemForegroundIdsIEnumerable<int>The emblem foreground IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<EmblemForeground> Value, MessageContext Context)>
A task that represents the API request.