Blazor コントロール
LoadMoreItemsAsync メソッド (ISupportIncrementalLoading)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportIncrementalLoading インターフェース : LoadMoreItemsAsync メソッド
Specifies the desired number of items to be loaded.
The cancellation token.
Loads more items.
シンタックス
'宣言
 
Function LoadMoreItemsAsync( _
   Optional ByVal count As System.Nullable(Of Integer), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
System.Threading.Tasks.Task LoadMoreItemsAsync( 
   System.Nullable<int> count,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

count
Specifies the desired number of items to be loaded.
cancellationToken
The cancellation token.
参照

ISupportIncrementalLoading インターフェース
ISupportIncrementalLoading メンバ