public IAsyncEnumerable<T> GetPageOfRecordsAsync(
IAsyncEnumerable<T> records,
int page,
int pageSize
)Public Function GetPageOfRecordsAsync (
records As IAsyncEnumerable(Of T),
page As Integer,
pageSize As Integer
) As IAsyncEnumerable(Of T)public:
IAsyncEnumerable<T>^ GetPageOfRecordsAsync(
IAsyncEnumerable<T>^ records,
int page,
int pageSize
)function GetPageOfRecordsAsync(records, page, pageSize);