This documentation is archived and is not being maintained.
Query.BeginQuery Method
Visual Studio 2013
Initializes a cancelable asynchronous query.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginQuery() | Initializes a cancelable asynchronous query of WorkItem objects. |
|
BeginQuery(AsyncCallback) | Initializes a cancelable asynchronous query of WorkItem objects by using a callback function. |
This method should be followed by Query.RunQuery() to execute the query.
Show: