QueryProcessorBase.ProcessQueryWorker Method
Completes the query operation by using an asynchronous pattern.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim asyncData As AsyncOperationDatabase
Me.ProcessQueryWorker(asyncData)
Syntax
'Declaration
Protected Overridable Sub ProcessQueryWorker ( _
asyncData As AsyncOperationDatabase _
)
protected virtual void ProcessQueryWorker (
AsyncOperationDatabase asyncData
)
protected:
virtual void ProcessQueryWorker (
AsyncOperationDatabase^ asyncData
)
protected void ProcessQueryWorker (
AsyncOperationDatabase asyncData
)
protected function ProcessQueryWorker (
asyncData : AsyncOperationDatabase
)
Parameters
- asyncData
[in] AsyncOperationDatabase object for the asynchronous data.
Remarks
This method is called by the query engine if it is necessary to complete an asynchronous query.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
QueryProcessorBase Class
QueryProcessorBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
AsyncOperationDatabase Class