[]
        
(Showing Draft Content)

C1.DataCollection.ISupportIncrementalLoading.LoadMoreItemsAsync

LoadMoreItemsAsync Method

LoadMoreItemsAsync(int?, CancellationToken)

Loads more items.

Declaration
Task LoadMoreItemsAsync(int? count = null, CancellationToken cancellationToken = default)
Function LoadMoreItemsAsync(Optional count As Integer? = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
Type Name Description
int? count

Specifies the desired number of items to be loaded.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task