[]
Specifies a calling contract for collections that support incremental loading.
public interface ISupportIncrementalLoading
Name | Description |
---|---|
HasMoreItems | Gets a value that indicates whether more items can be loaded. |
Name | Description |
---|---|
LoadMoreItemsAsync(int?, CancellationToken) | Loads more items. |