Table of Contents

Method GetMistChampions

Namespace
GuildWars2.Pvp
Assembly
GW2SDK.dll

GetMistChampions(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all Mist Champions.

public Task<(HashSet<MistChampion> Value, MessageContext Context)> GetMistChampions(Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

language Language

The language to use for descriptions.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.