Table of Contents

Method GetRaidsIndex

Namespace
GuildWars2.Pve.Raids
Assembly
GW2SDK.dll

GetRaidsIndex(CancellationToken)

Retrieves the IDs of all raids.

public Task<(HashSet<string> Value, MessageContext Context)> GetRaidsIndex(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.