Overview | Get the response from the request that is expected after a send_deferred has been issued. |
Original class | CORBA::Request |
Exceptions | CORBA::SystemException |
Intended Usage
Use of the get_response method will result in a blocking call if the response hasn't been received yet. For client DII applications, use of the ORB::get_next_response method is recommended.
Syntax
CORBA::Status get_response();
Input parameters
None.
Return values