Table of Contents

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 MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<EmblemBackground> Value, MessageContext Context)>

A task that represents the API request.