HP Operations Manager for Windows

OV_Service::RemoveAntecedentService()
OV_Service::RemoveAntecedentService_Trans()


void RemoveAntecedentService(
[in] string AntecedentName)
void RemoveAntecedentService_Trans(
[in] string TransId,
[in] string AntecedentName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
AntecedentName
The Name property of the instance of OV_Service on which this service depends.

Calling Convention

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

Description

Removes a dependency relationship between this service and the specified service (instance of OV_Service).

Return Value

None.

Extended Status Codes

MDLAPI_E_SERVICE_NOT_EXIST
Service does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.