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