ResultObjectBase Constructor (ConnectionManagerBase, SmsNamedValuesDictionary, AsyncOperationDatabase)
Initializes a new instance of ResultObjectBase for asynchronous operation.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim connectionManager As ConnectionManagerBase
Dim namedValueDictionary As SmsNamedValuesDictionary
Dim asyncOperationData As AsyncOperationDatabase
Dim instance As New ResultObjectBase(connectionManager, namedValueDictionary, asyncOperationData)
Syntax
'Declaration
Protected Sub New ( _
connectionManager As ConnectionManagerBase, _
namedValueDictionary As SmsNamedValuesDictionary, _
asyncOperationData As AsyncOperationDatabase _
)
protected ResultObjectBase (
ConnectionManagerBase connectionManager,
SmsNamedValuesDictionary namedValueDictionary,
AsyncOperationDatabase asyncOperationData
)
protected:
ResultObjectBase (
ConnectionManagerBase^ connectionManager,
SmsNamedValuesDictionary^ namedValueDictionary,
AsyncOperationDatabase^ asyncOperationData
)
protected ResultObjectBase (
ConnectionManagerBase connectionManager,
SmsNamedValuesDictionary namedValueDictionary,
AsyncOperationDatabase asyncOperationData
)
protected function ResultObjectBase (
connectionManager : ConnectionManagerBase,
namedValueDictionary : SmsNamedValuesDictionary,
asyncOperationData : AsyncOperationDatabase
)
Parameters
- connectionManager
[in] Connection manager for the result object base. See the ConnectionManager property.
- namedValueDictionary
[in] Dictionary of named values. See the NamedValueDictionary property.
- asyncOperationData
[in] Data for the asynchronous operation. See the AsyncOperationData 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
AsyncOperationData
ConnectionManager
NamedValueDictionary