HP Operations Manager for Windows

OV_PropagationRule::GetById()
OV_PropagationRule::GetById_Trans()


OV_PropagationRule GetById(
[in] string SettingId)
OV_PropagationRule GetById_Trans(
[in] string TransId,
[in] string SettingId)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
SettingId
The SettingId property of an instance of OV_PropagationRule to be returned.

Calling Convention

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

Description

Returns the propagation rule (instance of OV_PropagationRule) specified by the SettingId property.

Return Value

Instance of OV_PropagationRule specified by a SettingId property.

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.