Table of Contents

Method GetEmblemBackgroundsIndex

Namespace
GuildWars2.Guilds
Assembly
GW2SDK.dll

GetEmblemBackgroundsIndex(CancellationToken)

Retrieves the IDs of all emblem backgrounds.

public Task<(HashSet<int> Value, MessageContext Context)> GetEmblemBackgroundsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.