Initializes a new instance of
QueryProcessorSetupEventArgs.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim itemCount As Integer
Dim progressPercentage As Integer
Dim userState As Object
Dim instance As New QueryProcessorSetupEventArgs(itemCount, progressPercentage, userState)
|
Syntax
Visual Basic |
Public Sub New ( _
itemCount As Integer, _
progressPercentage As Integer, _
userState As Object _
)
|
C# |
public QueryProcessorSetupEventArgs (
int itemCount,
int progressPercentage,
Object userState
)
|
C++ |
public:
QueryProcessorSetupEventArgs (
int itemCount,
int progressPercentage,
Object^ userState
)
|
J# |
public QueryProcessorSetupEventArgs (
int itemCount,
int progressPercentage,
Object userState
)
|
JScript |
public function QueryProcessorSetupEventArgs (
itemCount : int,
progressPercentage : int,
userState : Object
)
|
Parameters
- itemCount
-
[in] The count of items in the result set. See the
ItemCount parameter.
- 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