Table of Contents

Method GetFinishersIndex

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

GetFinishersIndex(CancellationToken)

Retrieves the IDs of all finishers.

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