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
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<MistChampion> Value, MessageContext Context)>
A task that represents the API request.