ItemsProviderRequest Struct
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.
Represents a request to an ItemsProviderDelegate<TItem>.
public value class ItemsProviderRequest
C#
public readonly struct ItemsProviderRequest
type ItemsProviderRequest = struct
Public Structure ItemsProviderRequest
- Inheritance
-
ItemsProviderRequest
Items |
Constructs a new ItemsProviderRequest instance. |
Cancellation |
The CancellationToken used to relay cancellation of the request. |
Count |
The requested number of items to be provided. The actual number of provided items does not need to match this value. |
Start |
The start index of the data segment requested. |
Product | Versions |
---|---|
ASP.NET Core | 5.0, 6.0, 7.0, 8.0, 9.0 |