ItemsProviderRequest(Int32, Int32, CancellationToken) Constructor

Definition

Constructs a new ItemsProviderRequest instance.

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)

Parameters

startIndex
Int32

The start index of the data segment requested.

count
Int32

The requested number of items to be provided.

cancellationToken
CancellationToken

The CancellationToken used to relay cancellation of the request.

Applies to