IRdNtConnectorsStorage Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
Object store connectors together with its content.
Member Function Documentation
| HRESULT IRdNtConnectorsStorage::Clear |
( |
void |
|
) |
|
| HRESULT IRdNtConnectorsStorage::AddConnector |
( |
[in] IRsConnector * |
pCon |
) |
|
Method serialize and add the connector to the storage.
- Parameters:
-
| pCon | [in] Specify connector to store. |
| HRESULT IRdNtConnectorsStorage::RestoreConnectors |
( |
[in] IRsNode * |
pNode |
) |
|
Call to restore connectors on specified node.
- Parameters:
-
| pNode | [in] Specify node of Dependency Graph of the connectors you want restore from this. |
- Returns:
- If an error occur, it doesn't mean all the connectors were not restored. Returned is only last occurred error.