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. |
Return Value
Section titled “Return Value”The care-list items; empty when unavailable or none exist.
See Also
Section titled “See Also”- struct ExchangeCareItem
- enum ExchangeItemKind
- interface IExchange
- namespace Stellar.Abstractions.Services