Table of Contents

Method GetMailCarriersIndex

Namespace
GuildWars2.Hero.Equipment.MailCarriers
Assembly
GW2SDK.dll

GetMailCarriersIndex(CancellationToken)

Retrieves the IDs of all mail carriers.

public Task<(HashSet<int> Value, MessageContext Context)> GetMailCarriersIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.