Initializes a new instance of
QueryProcessorObjectsEventArgs.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
resultObjects As List(Of ResultObjectBase), _
progressPercentage As Integer, _
userState As Object _
)
|
C# |
public QueryProcessorObjectsEventArgs (
List<ResultObjectBase> resultObjects,
int progressPercentage,
Object userState
)
|
C++ |
public:
QueryProcessorObjectsEventArgs (
List<ResultObjectBase^>^ resultObjects,
int progressPercentage,
Object^ userState
)
|
J# |
public QueryProcessorObjectsEventArgs (
List<ResultObjectBase> resultObjects,
int progressPercentage,
Object userState
)
|
JScript |
public function QueryProcessorObjectsEventArgs (
resultObjects : List<ResultObjectBase>,
progressPercentage : int,
userState : Object
)
|
Parameters
- resultObjects
-
[in] System.Collections.List object that represents
ResultObjectBase objects for the query result objects.
- progressPercentage
-
[in] Value that specifies the percentage of completion of the
query.
- userState
-
[in] System.Object instance that represents the user state.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also