Method GetPinnedList
- Namespace
- Innova.Data.PinnedList
- Assembly
- Innova.Data.dll
GetPinnedList(List<KeyType>, CancellationToken)
Retrieves the pinned list items for the specified keys.
Task<List<PinnedItem>> GetPinnedList(List<KeyType> keys, CancellationToken cancellationToken = default)
Parameters
keys
List<KeyType>The keys used to retrieve the pinned list items.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<List<PinnedItem>>
A task that represents the asynchronous operation. The task result contains the list of pinned items.