[]
        
(Showing Draft Content)

C1.DataCollection.ISupportAsyncLoading-1

ISupportAsyncLoading<T> Interface

Specifies a calling contract for collection that support asynchronous loading.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportAsyncLoading<out T>
Type Parameters
Name Description
T

Methods

Name Description
GetLoadedItems(int?, int?)

Returns all the items that has been loaded so far.

LoadAsync(int?, int?, CancellationToken)

Load the items between the specified indexes.