Method GetEmblemBackgrounds
- Namespace
- GuildWars2.Guilds
- Assembly
- GW2SDK.dll
GetEmblemBackgrounds(MissingMemberBehavior, CancellationToken)
Retrieves all emblem backgrounds
public Task<(HashSet<EmblemBackground> Value, MessageContext Context)> GetEmblemBackgrounds(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
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.