Initializes a new instance of QueryProcessorObjectEventArgs. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim resultObject As ResultObjectBase
Dim progressPercentage As Integer
Dim userState As Object

Dim instance As New QueryProcessorObjectEventArgs(resultObject, progressPercentage, userState)

Syntax

Visual Basic
Public Sub New ( _
		resultObject As ResultObjectBase, _
		progressPercentage As Integer, _
		userState As Object _
)
C#
public QueryProcessorObjectEventArgs (
		ResultObjectBase resultObject,
		int progressPercentage,
		Object userState
)
C++
public:
QueryProcessorObjectEventArgs (
		ResultObjectBase^ resultObject, 
		int progressPercentage, 
		Object^ userState
)
J#
public QueryProcessorObjectEventArgs (
		ResultObjectBase resultObject, 
		int progressPercentage, 
		Object userState
)
JScript
public function QueryProcessorObjectEventArgs (
		resultObject : ResultObjectBase, 
		progressPercentage : int, 
		userState : Object
)

Parameters

resultObject

[in] ResultObjectBase object.

progressPercentage

[in] Value that specifies the percentage of completion of the query.

userState

[in] System.Object instance representing the user state.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also