Method GetObjectivesIndex
- Namespace
- GuildWars2.Wvw
- Assembly
- GuildWars2.dll
GetObjectivesIndex(CancellationToken)
Retrieves the IDs of all WvW objectives.
public Task<(HashSet<string> Value, MessageContext Context)> GetObjectivesIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.