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