Table of Contents

Method GetBackgroundStoryAnswersIndex

Namespace
GuildWars2.Hero.StoryJournal
Assembly
GW2SDK.dll

GetBackgroundStoryAnswersIndex(CancellationToken)

Retrieves the IDs of all background story answers.

public Task<(HashSet<string> Value, MessageContext Context)> GetBackgroundStoryAnswersIndex(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.