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