Share via


QueryProcessorSetupEventArgs Constructor

Initializes a new instance of QueryProcessorSetupEventArgs.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim itemCount As Integer
Dim progressPercentage As Integer
Dim userState As Object

Dim instance As New QueryProcessorSetupEventArgs(itemCount, progressPercentage, userState)

Syntax

'Declaration
Public Sub New ( _
    itemCount As Integer, _
    progressPercentage As Integer, _
    userState As Object _
)
public QueryProcessorSetupEventArgs (
    int itemCount,
    int progressPercentage,
    Object userState
)
public:
QueryProcessorSetupEventArgs (
    int itemCount, 
    int progressPercentage, 
    Object^ userState
)
public QueryProcessorSetupEventArgs (
    int itemCount, 
    int progressPercentage, 
    Object userState
)
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

Reference

QueryProcessorSetupEventArgs Class
QueryProcessorSetupEventArgs Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ItemCount