HP Operations Manager for Windows

OV_Tools::RemoveAction()
OV_Tools::RemoveAction_Trans()


void RemoveAction(
[in] string ActionName)
void RemoveAction_Trans(
[in] string TransId,
[in] string ActionName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ActionName
The Name property of the instance of OV_Action to be removed from this tool group.

Calling Convention

These methods can be called only from a WMI instance object.

Description

Removes the child tool (instance of OV_Action) from this tool group.

Caution CAUTION:
If the tool no longer belongs to any tool group after this operation, it is removed from STORE (see the description of the Remove class method of OV_Action).

Return Value

None.

Extended Status Codes

MDLAPI_E_TOOL_NOT_EXIST
Tool does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.