Table of Contents

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 CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<string> Value, MessageContext Context)>

A task that represents the API request.