Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As QueryProcessorBase
Dim handler As EventHandler(Of AsyncCompletedEventArgs)
AddHandler instance.QueryProcessorCompleted, handler
|
Syntax
Visual Basic |
Public Event QueryProcessorCompleted As EventHandler(Of AsyncCompletedEventArgs)
|
C# |
public event EventHandler<AsyncCompletedEventArgs> QueryProcessorCompleted
|
C++ |
public:
event EventHandler<AsyncCompletedEventArgs^>^ QueryProcessorCompleted {
void add (EventHandler<AsyncCompletedEventArgs^>^ value);
void remove (EventHandler<AsyncCompletedEventArgs^>^ value);
}
|
J# |
/** @event */
public void add_QueryProcessorCompleted (EventHandler<AsyncCompletedEventArgs> value)
/** @event */
public void remove_QueryProcessorCompleted (EventHandler<AsyncCompletedEventArgs> value)
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also