Completes the query operation by using an asynchronous pattern. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim asyncData As AsyncOperationDatabase

Me.ProcessQueryWorker(asyncData)

Syntax

Visual Basic
Protected Overridable Sub ProcessQueryWorker ( _
		asyncData As AsyncOperationDatabase _
)
C#
protected virtual void ProcessQueryWorker (
		AsyncOperationDatabase asyncData
)
C++
protected:
virtual void ProcessQueryWorker (
		AsyncOperationDatabase^ asyncData
)
J#
protected void ProcessQueryWorker (
		AsyncOperationDatabase asyncData
)
JScript
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