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

Visual Basic
Dim sender As Object
Dim state As Object

Me.OnFireQueryProcessorObjectReady(sender, state)

Syntax

Visual Basic
Protected Sub OnFireQueryProcessorObjectReady ( _
		sender As Object, _
		state As Object _
)
C#
protected void OnFireQueryProcessorObjectReady (
		Object sender,
		Object state
)
C++
protected:
void OnFireQueryProcessorObjectReady (
		Object^ sender, 
		Object^ state
)
J#
protected void OnFireQueryProcessorObjectReady (
		Object sender, 
		Object state
)
JScript
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