Table of Contents

Method GetAmuletsIndex

Namespace
GuildWars2.Pvp
Assembly
GW2SDK.dll

GetAmuletsIndex(CancellationToken)

Retrieves the IDs of all PvP amulets.

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