Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportIncrementalLoading Interface / LoadMoreItemsAsync Method
Specifies the desired number of items to be loaded.
The cancellation token.

In This Topic
    LoadMoreItemsAsync Method (ISupportIncrementalLoading)
    In This Topic
    Loads more items.
    Syntax
    'Declaration
     
    
    Function LoadMoreItemsAsync( _
       Optional ByVal count As Nullable(Of Integer), _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    count
    Specifies the desired number of items to be loaded.
    cancellationToken
    The cancellation token.
    See Also