Intended Usage
The result method is used by a client application to access the return value of a Dynamic Invocation Interface (DII) request. The return value is specified using a CORBA::NamedValue object and must not be accessed until after the request has been invoked. For additional information, see the NamedValue class description. The return value of a Request object is set by the CORBA::Request::invoke or CORBA::Request::get_response method, depending whether the request is synchronous or asynchronous, respectively.
Syntax
CORBA::NamedValue_ptr result();
Input parameters
None.
Return values