Table of Contents

Method GetMapChestsIndex

Namespace
GuildWars2.Pve.MapChests
Assembly
GW2SDK.dll

GetMapChestsIndex(CancellationToken)

Retrieves the IDs of all map chests.

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