Table of Contents

Method GetMatchesOverview

Namespace
GuildWars2.Wvw
Assembly
GW2SDK.dll

GetMatchesOverview(MissingMemberBehavior, CancellationToken)

Retrieves all WvW matches.

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

Parameters

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.