Processes an asynchronous query. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As QueryProcessorBase
Dim ayncData As AsyncOperationDatabase

instance.ProcessQuery(ayncData)

Syntax

Visual Basic
Public Overridable Sub ProcessQuery ( _
		ayncData As AsyncOperationDatabase _
)
C#
public virtual void ProcessQuery (
		AsyncOperationDatabase ayncData
)
C++
public:
virtual void ProcessQuery (
		AsyncOperationDatabase^ ayncData
)
J#
public void ProcessQuery (
		AsyncOperationDatabase ayncData
)
JScript
public function ProcessQuery (
		ayncData : AsyncOperationDatabase
)

Parameters

ayncData

Exceptions

Exception type Condition
ArgumentNullException

The ayncData parameter cannot be null.

ArgumentException

The AsyncOperationDatabase task identifier could not be found in the dictionary.

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