Table of Contents

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 CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<string> Value, MessageContext Context)>

A task that represents the API request.