Method GetEmblemBackgroundsByIds
- Namespace
- GuildWars2.Guilds
- Assembly
- GW2SDK.dll
GetEmblemBackgroundsByIds(IEnumerable<int>, MissingMemberBehavior, CancellationToken)
Retrieves emblem backgrounds by their IDs.
public Task<(HashSet<EmblemBackground> Value, MessageContext Context)> GetEmblemBackgroundsByIds(IEnumerable<int> backgroundEmblemIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
backgroundEmblemIds
IEnumerable<int>The emblem background IDs.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<EmblemBackground> Value, MessageContext Context)>
A task that represents the API request.