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
CancellationTokenA token to cancel the request.