Skip to content
Version 2.11.0
↓ Get the launcher

IExchange.QueryCareListAsync method

Fetch the watch (“care”) list of the given kind, with per-item availability.

public Task<IReadOnlyList<ExchangeCareItem>> QueryCareListAsync(ExchangeItemKind kind,
CancellationToken ct = default)
parameter description
kind Which item kind to query.
ct Cancels the request before dispatch.

The care-list items; empty when unavailable or none exist.