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
CancellationTokenA token to cancel the request.