[Enterprise Extensions only]

Request::return_value

Overview Retrurns the value of the return type of a DII request.
Original class CORBA::Request


Intended Usage

The return_value method is used by a client program to access the value of the return type of a DII request. Specifically, the return_value method returns the CORBA::Any contained in the CORBA::NamedValue holding the return value of a DII request.

IDL Syntax

  CORBA::Any &return_value();

Input parameters

None.

Return values

CORBA::Any &
The value of the return type of the DII request.