Initializes a new instance of ResultObjectBase.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim connectionManager As ConnectionManagerBase
Dim namedValueDictionary As SmsNamedValuesDictionary
Dim instance As New ResultObjectBase(connectionManager, namedValueDictionary)
Syntax
'Declaration
Protected Sub New ( _
    connectionManager As ConnectionManagerBase, _
    namedValueDictionary As SmsNamedValuesDictionary _
)
protected ResultObjectBase (
    ConnectionManagerBase connectionManager,
    SmsNamedValuesDictionary namedValueDictionary
)
protected:
ResultObjectBase (
    ConnectionManagerBase^ connectionManager, 
    SmsNamedValuesDictionary^ namedValueDictionary
)
protected ResultObjectBase (
    ConnectionManagerBase connectionManager, 
    SmsNamedValuesDictionary namedValueDictionary
)
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
Reference
ResultObjectBase Class
ResultObjectBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManager
NamedValueDictionary