FetchPageAsyncArgs Constructors
Populates the command bound to the PagedAsyncSource.FetchPageCommand property with data.Name | Parameters | Description |
---|---|---|
FetchPageAsyncArgs(CancellationToken, SortDefinition[], Object, Int32, Int32, Object[]) | cancellationToken, sortOrder, filter, skip, take, keys | Initializes a new instance of the FetchPageAsyncArgs class with specified settings. |
See Also