AsyncQueryInfo Class Properties
In This Topic
For a list of all members of this type, see AsyncQueryInfo members.
Public Properties
| Name | Description |
 | AsyncState | Gets a user-defined object that qualifies or contains information about an asynchronous operation. |
 | Error | Gets or sets a user-defined object that qualifies or contains information about an error. |
 | RequestedItemCount | Gets or sets a value representing the number of new items that should be returned. |
 | ShouldAbort | Gets a value indicating whether the operation should be aborted. |
 | StartIndex | Gets or sets a value indicating the index in the data source at which to start retrieving the new items. |
Top
See Also