8.3.7 SetRootCauseLists Method

The SetRootCauseLists Method sets both the RootCauseList and RootCauseGroupList according to the input arguments. The RootCauseList and RootCauseGroupList properties are set together to ensure consistency of root causes with the relevant groups.

The signature of this Method is specified below. Table 21 specifies the Arguments representation.

Signature

	SetRootCauseLists (
	  [in]  RootCauseMessageType[]			RootCauseList,
	  [in]  RootCauseGroupType[]			RootCauseGroupList,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 21 – SetRootCauseLists Method Arguments
Argument Description
RootCauseListThe list of root causes to be transferred to and used by the server.
RootCauseGroupListThe list of root cause groups to be transferred to and used by the server.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.