QueryProcessorBase.OnFireQueryProcessorSetupReport Method
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
'Usage
Dim sender As Object
Dim state As Object
Me.OnFireQueryProcessorSetupReport(sender, state)
Syntax
'Declaration
Protected Sub OnFireQueryProcessorSetupReport ( _
sender As Object, _
state As Object _
)
protected void OnFireQueryProcessorSetupReport (
Object sender,
Object state
)
protected:
void OnFireQueryProcessorSetupReport (
Object^ sender,
Object^ state
)
protected void OnFireQueryProcessorSetupReport (
Object sender,
Object state
)
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
Reference
QueryProcessorBase Class
QueryProcessorBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
QueryProcessorSetupReport