Method GetEmblemForegroundsIndex
- Namespace
- GuildWars2.Guilds
- Assembly
- GuildWars2.dll
GetEmblemForegroundsIndex(CancellationToken)
Retrieves the IDs of all emblem foregrounds.
public Task<(IImmutableValueSet<int> Value, MessageContext Context)> GetEmblemForegroundsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(IImmutableValueSet<int> Value, MessageContext Context)>
A task that represents the API request.