Retrieves all entities of the requested type from the data store.

public abstract IAsyncEnumerable<T> GetAllAsync(CancellationToken cancellationToken)
Returns:
IAsyncEnumerable<T>

Parameters

cancellationToken CancellationToken
In this article