Method GetBackgroundStoryQuestions
- Namespace
- GuildWars2.Hero.StoryJournal
- Assembly
- GW2SDK.dll
GetBackgroundStoryQuestions(Language?, MissingMemberBehavior, CancellationToken)
Retrieves all background story questions.
public Task<(HashSet<BackgroundStoryQuestion> Value, MessageContext Context)> GetBackgroundStoryQuestions(Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
language
LanguageThe language to use for descriptions.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<BackgroundStoryQuestion> Value, MessageContext Context)>
A task that represents the API request.