次の方法で共有


ItemsProviderRequest(Int32, Int32, CancellationToken) コンストラクター

定義

新しい ItemsProviderRequest インスタンスを作成します。

public:
 ItemsProviderRequest(int startIndex, int count, System::Threading::CancellationToken cancellationToken);
public ItemsProviderRequest (int startIndex, int count, System.Threading.CancellationToken cancellationToken);
new Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest : int * int * System.Threading.CancellationToken -> Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest
Public Sub New (startIndex As Integer, count As Integer, cancellationToken As CancellationToken)

パラメーター

startIndex
Int32

要求されたデータ セグメントの開始インデックス。

count
Int32

指定する要求された項目数。

cancellationToken
CancellationToken

要求の CancellationToken 取り消しを中継するために使用される 。

適用対象