Method GetEmblemBackgroundsIndex
- Namespace
- GuildWars2.Guilds
- Assembly
- GuildWars2.dll
GetEmblemBackgroundsIndex(CancellationToken)
Retrieves the IDs of all emblem backgrounds.
public Task<(HashSet<int> Value, MessageContext Context)> GetEmblemBackgroundsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.