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