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

RootCauseList

The list of root causes to be transferred to and used by the server.

RootCauseGroupList

The list of root cause groups to be transferred to and used by the server.

ExecutionFeedback

The extended feedback returning a detailed message in case of execution failure.