[]
        
(Showing Draft Content)

C1.DataCollection.ISupportPaging.MoveToPageAsync

MoveToPageAsync Method

MoveToPageAsync(int, CancellationToken)

Moves to the page pageIndex.

Declaration
Task MoveToPageAsync(int pageIndex, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int pageIndex

The index of the page.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task