Handles a notification that query processors are required, and
fires a
QueryProcessorObjectsReady 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.OnFireQueryProcessorObjectsReady(sender, state)
|
Syntax
Visual Basic |
Protected Sub OnFireQueryProcessorObjectsReady ( _
sender As Object, _
state As Object _
)
|
C# |
protected void OnFireQueryProcessorObjectsReady (
Object sender,
Object state
)
|
C++ |
protected:
void OnFireQueryProcessorObjectsReady (
Object^ sender,
Object^ state
)
|
J# |
protected void OnFireQueryProcessorObjectsReady (
Object sender,
Object state
)
|
JScript |
protected function OnFireQueryProcessorObjectsReady (
sender : Object,
state : Object
)
|
Parameters
- sender
-
[in] System.Object instance that indicates the sender of an
event notifying that query processors are 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