Method GetMatchesByIds
- Namespace
- GuildWars2.Wvw
- Assembly
- GuildWars2.dll
GetMatchesByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves WvW matches by their IDs.
public Task<(HashSet<Match> Value, MessageContext Context)> GetMatchesByIds(IEnumerable<string> matchIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
matchIdsIEnumerable<string>The match IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.