HP Operations Manager for Windows

OV_ServiceTypeDefinition::RemoveAction()
OV_ServiceTypeDefinition::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 service type.

Calling Convention

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

Description

Removes the tool (instance of OV_Action) from this service type.

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.