Table of Contents

Method GetMatchOverviewByWorldId

Namespace
GuildWars2.Wvw
Assembly
GW2SDK.dll

GetMatchOverviewByWorldId(int, MissingMemberBehavior, CancellationToken)

Retrieves a WvW match by one of the participating world IDs.

public Task<(MatchOverview Value, MessageContext Context)> GetMatchOverviewByWorldId(int worldId, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

worldId int

The world ID.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(MatchOverview Value, MessageContext Context)>

A task that represents the API request.