Method GetOrderBooksIndex
- Namespace
- GuildWars2.Commerce
- Assembly
- GW2SDK.dll
GetOrderBooksIndex(CancellationToken)
Retrieves the item IDs of all items with listings on the trading post.
public Task<(HashSet<int> Value, MessageContext Context)> GetOrderBooksIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.