Edit

Share via


IIncrementalSource<TSource> Interface

Definition

This interface represents a data source whose items can be loaded incrementally.

public interface IIncrementalSource<TSource>
type IIncrementalSource<'Source> = interface
Public Interface IIncrementalSource(Of TSource)

Type Parameters

TSource

Type of collection element.

Derived

Methods

GetPagedItemsAsync(Int32, Int32, CancellationToken)

This method is invoked every time the view need to show more items. Retrieves items based on pageIndex and pageSize arguments.

Applies to