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