QueryProcessorBase.ProcessQuery Method (AsyncOperationDatabase)
Processes an asynchronous query.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryProcessorBase
Dim ayncData As AsyncOperationDatabase
instance.ProcessQuery(ayncData)
Syntax
'Declaration
Public Overridable Sub ProcessQuery ( _
ayncData As AsyncOperationDatabase _
)
public virtual void ProcessQuery (
AsyncOperationDatabase ayncData
)
public:
virtual void ProcessQuery (
AsyncOperationDatabase^ ayncData
)
public void ProcessQuery (
AsyncOperationDatabase ayncData
)
public function ProcessQuery (
ayncData : AsyncOperationDatabase
)
Parameters
- asyncData
[in] AsyncOperationDatabase object that represents the data to process.
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
Reference
QueryProcessorBase Class
QueryProcessorBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
AsyncOperationDatabase Class