Table of Contents

Method GetNodesIndex

Namespace
GuildWars2.Pve.Home
Assembly
GW2SDK.dll

GetNodesIndex(CancellationToken)

Retrieves the IDs of all home gathering nodes.

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