Skip to content
Version 2.11.0
↓ Get the launcher

IExchange.QueryNoticeAsync method

Fetch scheduled (“notice”/pre-order) listings for an item, carrying their listing times.

public Task<IReadOnlyList<ExchangeNoticeListing>> QueryNoticeAsync(int itemId,
CancellationToken ct = default)
parameter description
itemId The item’s config id.
ct Cancels the request before dispatch.

The notice listings; empty when unavailable or none exist.