Table of Contents

Method GetStoryStepsIndex

Namespace
GuildWars2.Hero.StoryJournal
Assembly
GW2SDK.dll

GetStoryStepsIndex(CancellationToken)

Retrieves the IDs of all story steps.

public Task<(HashSet<int> Value, MessageContext Context)> GetStoryStepsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.