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

Parameters

offset int
limit Nullable<int>
In this article