CORBA Programming Reference
|
|
Retrieves the response of a specific deferred synchronous request.
void CORBA::Request::get_response ();
This member function retrieves the response of a specific request; it is used after a call to the CORBA::Request::send_deferred function or the CORBA::Request::send_multiple_requests function. If the request has not completed, the CORBA::Request::get_response function blocks until it does complete.
|
|
|