HP Operations Manager for Windows

OV_PropagationRule::Modify()
OV_PropagationRule::Modify_Trans()


void Modify(
[in] OV_PropagationRule PropagationRule)
void Modify_Trans(
[in] string TransId,
[in] OV_PropagationRule PropagationRule)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
PropagationRule
A modified instance of OV_PropagationRule to store.

Calling Convention

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

Description

Stores changes performed on one or more properties.

It is not possible to get an instance of OV_PropagationRule to reflect changes to its properties from within IWbemService::ExecMethodAsync. For this reason, an instance of OV_PropagationRule is specified as the propagation rule parameter, even though this method is already called in the context of this instance.

As with the OV_PropagationRule::Create method, this method checks the following:

Return Value

None.

Extended Status Codes

MDLAPI_E_PROPERTY_MISSING
Property is not set.
MDLAPI_E_INVALID_CAPTION
Specified object Caption parameter is not valid.
MDLAPI_E_INVALID_PROPERTY
Property is not valid.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.