8.11.2 SetRejectionMode Method

The Method SetRejectionMode enables or disables the rejection trap.

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

Signature

	SetRejectionMode (
	  [in]  0:Boolean     					RejectionMode,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 55 – SetRejectionMode Method Arguments
Argument Description
RejectionModeWhen True, the rejection trap rejects.When False, the rejection trap does not reject.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.