[]
Specifies a calling contract for collection that support asynchronous loading.
public interface ISupportAsyncLoading<out T>
| Name | Description |
|---|---|
| T |
| 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. |