HP Operations Manager for Windows

OV_Action::Remove()
OV_Action::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 the instance of OV_Action to be removed.

Calling Convention

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

Description

Removes the specified tool (instance of OV_Action).

Objects that are associated with this tool are not removed. Only the associations are removed.

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.