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