Method GetMistChampionByPage
- Namespace
- GuildWars2.Pvp
- Assembly
- GuildWars2.dll
GetMistChampionByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of Mist Champions.
public Task<(HashSet<MistChampion> Value, MessageContext Context)> GetMistChampionByPage(int pageIndex, int? pageSize = null, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
pageIndexintHow many pages to skip. The first page starts at 0.
pageSizeint?How many entries to take.
languageLanguageThe language to use for descriptions.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<MistChampion> Value, MessageContext Context)>
A task that represents the API request.