Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Request::result

Synopsis

Retrieves the result of the request.

C++ Binding

CORBA::NamedValue_ptr CORBA::Request::result ();

Arguments

None.

Description

This member function retrieves the result of the request.

Return Values

If the function succeeds, the value returned is a pointer to the result of the operation. The returned result is owned by the Request object and should not be released.

If the function does not succeed, an exception is thrown.

 

Skip navigation bar  Back to Top Previous Next