QueryProcessorObjectEventArgs Constructor
Initializes a new instance of QueryProcessorObjectEventArgs.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim resultObject As ResultObjectBase
Dim progressPercentage As Integer
Dim userState As Object
Dim instance As New QueryProcessorObjectEventArgs(resultObject, progressPercentage, userState)
Syntax
'Declaration
Public Sub New ( _
resultObject As ResultObjectBase, _
progressPercentage As Integer, _
userState As Object _
)
public QueryProcessorObjectEventArgs (
ResultObjectBase resultObject,
int progressPercentage,
Object userState
)
public:
QueryProcessorObjectEventArgs (
ResultObjectBase^ resultObject,
int progressPercentage,
Object^ userState
)
public QueryProcessorObjectEventArgs (
ResultObjectBase resultObject,
int progressPercentage,
Object userState
)
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
Reference
QueryProcessorObjectEventArgs Class
QueryProcessorObjectEventArgs Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectBase
ResultObject