Query.BeginQuery Method
Include Protected Members
Include Inherited Members
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.
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. |
Top
Remarks
This method should be followed by Query.RunQuery() to execute the query.