[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.LoadMoreItemsAsync

LoadMoreItemsAsync Method

LoadMoreItemsAsync<T>(IDataCollection<T>, int?, CancellationToken)

Loads more items.

Declaration
public static Task LoadMoreItemsAsync<T>(this IDataCollection<T> dataCollection, int? count = null, CancellationToken cancellationToken = default) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

int? count

Specifies the desired number of items to be loaded.

CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task
Type Parameters
Name Description
T