HP Operations Manager for Windows

OV_Service::SetMessagePropagationRule()
OV_Service::SetMessagePropagationRule_Trans()


void SetMessagePropagationRule(
[in] string MsgPropRuleId)
void SetMessagePropagationRule_Trans(
[in] string TransId,
[in] string MsgPropRuleId)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
MsgPropRuleId
New MsgPropRuleId property value of this service.

Calling Convention

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

Description

Sets the message propagation rule (instance of OV_PropagationRule) of this service.

Return Value

None.

Extended Status Codes

MDLAPI_E_PROPRULE_NOT_EXIST
Message propagation rule does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.