Method GetMatchesStatsIndex
- Namespace
- GuildWars2.Wvw
- Assembly
- GW2SDK.dll
GetMatchesStatsIndex(CancellationToken)
Retrieves the IDs of all WvW matches.
public Task<(HashSet<string> Value, MessageContext Context)> GetMatchesStatsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.