Table of Contents

Method GetContinentsIndex

Namespace
GuildWars2.Exploration
Assembly
GW2SDK.dll

GetContinentsIndex(CancellationToken)

Retrieves the IDs of all continents.

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