Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
---|
Dim instance As QueryProcessorObjectEventArgs |
Syntax
Visual Basic |
---|
<ComVisibleAttribute(False)> _ Public Class QueryProcessorObjectEventArgs Inherits ProgressChangedEventArgs |
C# |
---|
[ComVisibleAttribute(false)] public class QueryProcessorObjectEventArgs : ProgressChangedEventArgs |
C++ |
---|
[ComVisibleAttribute(false)] public ref class QueryProcessorObjectEventArgs : public ProgressChangedEventArgs |
J# |
---|
/** @attribute ComVisibleAttribute(false) */ public class QueryProcessorObjectEventArgs extends ProgressChangedEventArgs |
JScript |
---|
ComVisibleAttribute(false) public class QueryProcessorObjectEventArgs extends ProgressChangedEventArgs |
Remarks
An event handler for this class is returned from the QueryProcessorObjectReady event that is supported by the query processor.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.ProgressChangedEventArgs
Microsoft.ConfigurationManagement.ManagementProvider.QueryProcessorObjectEventArgs
System.EventArgs
System.ComponentModel.ProgressChangedEventArgs
Microsoft.ConfigurationManagement.ManagementProvider.QueryProcessorObjectEventArgs
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.