Handles a notification that a query processor setup report is required, and fires a QueryProcessorSetupReport 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.OnFireQueryProcessorSetupReport(sender, state)

Syntax

Visual Basic
Protected Sub OnFireQueryProcessorSetupReport ( _
		sender As Object, _
		state As Object _
)
C#
protected void OnFireQueryProcessorSetupReport (
		Object sender,
		Object state
)
C++
protected:
void OnFireQueryProcessorSetupReport (
		Object^ sender, 
		Object^ state
)
J#
protected void OnFireQueryProcessorSetupReport (
		Object sender, 
		Object state
)
JScript
protected function OnFireQueryProcessorSetupReport (
		sender : Object, 
		state : Object
)

Parameters

sender

[in] System.Object instance that indicates the sender of an event notifying that a report 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