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