[]
        
(Showing Draft Content)

C1.DataCollection.ISupportAsyncLoading-1.LoadAsync

LoadAsync Method

LoadAsync(int?, int?, CancellationToken)

Load the items between the specified indexes.

Declaration
Task LoadAsync(int? fromIndex = null, int? toIndex = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int? fromIndex

The starting index, if not specified this will be 0.

int? toIndex

The starting index, if not specified this will be Count - 1.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task