Retrieves multiple entities from the data store by their ids.
public abstract IAsyncEnumerable<T> GetManyAsync(IEnumerable<string> ids, CancellationToken cancellationToken)
- Returns:
- IAsyncEnumerable<T>
Parameters
ids
IEnumerable<string>
The collection of ids of the entities to retrieve.
cancellationToken
CancellationToken