HP Operations Manager for Windows

OV_ExternalNode::Remove()
OV_ExternalNode::Remove_Trans()


void Remove(
[in] string Name)
void Remove_Trans(
[in] string TransId,
[in] string Name)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Name
The Name property of an instance of OV_ExternalNode to be removed.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Removes the specified external node (instance of OV_ExternalNode).

The method does not remove objects that are associated with this node. It removes associations only.

Return Value

None.

Extended Status Codes

MDLAPI_E_EXT_NODE_NOT_EXIST
External node does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.