Method GetStoryStepsIndex
- Namespace
- GuildWars2.Hero.StoryJournal
- Assembly
- GuildWars2.dll
GetStoryStepsIndex(CancellationToken)
Retrieves the IDs of all story steps.
public Task<(HashSet<int> Value, MessageContext Context)> GetStoryStepsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.