[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.MoveToPageAsync

MoveToPageAsync Method

MoveToPageAsync(int, CancellationToken)

Moves to the page pageIndex.

Declaration
public virtual Task MoveToPageAsync(int pageIndex, CancellationToken cancellationToken)
Parameters
Type Name Description
int pageIndex

The index of the page.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements