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用于中继请求取消的 。

适用于