public abstract IAsyncEnumerable<TItem> GetItemsAsync(int offset = 0, Nullable<int> limit)
Returns:
IAsyncEnumerable<TItem>

Parameters

offset int
limit Nullable<int>
In this article