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
CancellationTokenA token to cancel the request.