Table of Contents

Method GetLegendaryItemsIndex

Namespace
GuildWars2.Hero.Equipment.Templates
Assembly
GW2SDK.dll

GetLegendaryItemsIndex(CancellationToken)

Retrieves the IDs of all legendary items.

public Task<(HashSet<int> Value, MessageContext Context)> GetLegendaryItemsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.