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