Table of Contents

Method GetMatchesScoresIndex

Namespace
GuildWars2.Wvw
Assembly
GW2SDK.dll

GetMatchesScoresIndex(CancellationToken)

Retrieves the IDs of all WvW matches.

public Task<(HashSet<string> Value, MessageContext Context)> GetMatchesScoresIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.