QueryProcessorBase.OnFireQueryProcessorObjectReady Method
Handles a notification that a query processor is required, and fires a QueryProcessorObjectReady event.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim sender As Object
Dim state As Object
Me.OnFireQueryProcessorObjectReady(sender, state)
Syntax
'Declaration
Protected Sub OnFireQueryProcessorObjectReady ( _
sender As Object, _
state As Object _
)
protected void OnFireQueryProcessorObjectReady (
Object sender,
Object state
)
protected:
void OnFireQueryProcessorObjectReady (
Object^ sender,
Object^ state
)
protected void OnFireQueryProcessorObjectReady (
Object sender,
Object state
)
protected function OnFireQueryProcessorObjectReady (
sender : Object,
state : Object
)
Parameters
- sender
[in] System.Object instance that indicates the sender of an event notifying that a query processor is required.
- state
[in] System.Object instance that indicates the state of the event.
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
QueryProcessorObjectReady