Table of Contents

Method GetEmblemForegroundsIndex

Namespace
GuildWars2.Guilds
Assembly
GW2SDK.dll

GetEmblemForegroundsIndex(CancellationToken)

Retrieves the IDs of all emblem foregrounds.

public Task<(HashSet<int> Value, MessageContext Context)> GetEmblemForegroundsIndex(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.