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

Usage

Visual Basic
Dim connectionManager As ConnectionManagerBase
Dim namedValueDictionary As SmsNamedValuesDictionary

Dim instance As New ResultObjectBase(connectionManager, namedValueDictionary)

Syntax

Visual Basic
Protected Sub New ( _
		connectionManager As ConnectionManagerBase, _
		namedValueDictionary As SmsNamedValuesDictionary _
)
C#
protected ResultObjectBase (
		ConnectionManagerBase connectionManager,
		SmsNamedValuesDictionary namedValueDictionary
)
C++
protected:
ResultObjectBase (
		ConnectionManagerBase^ connectionManager, 
		SmsNamedValuesDictionary^ namedValueDictionary
)
J#
protected ResultObjectBase (
		ConnectionManagerBase connectionManager, 
		SmsNamedValuesDictionary namedValueDictionary
)
JScript
protected function ResultObjectBase (
		connectionManager : ConnectionManagerBase, 
		namedValueDictionary : SmsNamedValuesDictionary
)

Parameters

connectionManager

[in] Connection manager for the result object base. See the ConnectionManager property.

namedValueDictionary

[in] Dictionary of named values. See the NamedValueDictionary property.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also