Table of Contents

Method GetLegendsIndex

Namespace
GuildWars2.Hero.Builds
Assembly
GW2SDK.dll

GetLegendsIndex(CancellationToken)

Retrieves the IDs of all Revenant legends.

public Task<(HashSet<string> Value, MessageContext Context)> GetLegendsIndex(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.