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