ItemsProviderRequest(Int32, Int32, CancellationToken) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.