Method GetLogosIndex
- Namespace
- GuildWars2.Logos
- Assembly
- GW2SDK.dll
GetLogosIndex(CancellationToken)
Retrieves the IDs of all logos.
public Task<(HashSet<string> Value, MessageContext Context)> GetLogosIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.