DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportPaging Interface / MoveToPageAsync Method
The index of the page.
The cancellation token.

In This Topic
    MoveToPageAsync Method (ISupportPaging)
    In This Topic
    Moves to the page pageIndex.
    Syntax
    'Declaration
     
    Function MoveToPageAsync( _
       ByVal pageIndex As Integer, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    Task MoveToPageAsync( 
       int pageIndex,
       CancellationToken cancellationToken
    )

    Parameters

    pageIndex
    The index of the page.
    cancellationToken
    The cancellation token.
    See Also