Method GetEmblemBackgrounds
- Namespace
- GuildWars2.Guilds
- Assembly
- GuildWars2.dll
GetEmblemBackgrounds(MissingMemberBehavior, CancellationToken)
Retrieves all emblem backgrounds
public Task<(HashSet<EmblemBackground> Value, MessageContext Context)> GetEmblemBackgrounds(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<EmblemBackground> Value, MessageContext Context)>
A task that represents the API request.