Table of Contents

Method GetMatchesOverviewByIds

Namespace
GuildWars2.Wvw
Assembly
GW2SDK.dll

GetMatchesOverviewByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)

Retrieves WvW matches by their IDs.

public Task<(HashSet<MatchOverview> Value, MessageContext Context)> GetMatchesOverviewByIds(IEnumerable<string> matchIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

matchIds IEnumerable<string>

The match IDs.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<MatchOverview> Value, MessageContext Context)>

A task that represents the API request.