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