Method GetMatchesStats
- Namespace
- GuildWars2.Wvw
- Assembly
- GuildWars2.dll
GetMatchesStats(MissingMemberBehavior, CancellationToken)
Retrieves all WvW matches.
public Task<(HashSet<MatchStats> Value, MessageContext Context)> GetMatchesStats(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<MatchStats> Value, MessageContext Context)>
A task that represents the API request.