OV_ServiceTypeDefinition::SetMessagePropagationRule()
OV_ServiceTypeDefinition::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 type.
Calling Convention
These methods can be called only from a WMI instance object.
Description
Sets the message propagation rule (instance of
OV_PropagationRule) for this service type.
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.