![]() |
| e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > CORBA API |
|
Administering a Tuxedo Application at Run Time
|
Synopsis
Retrieves the response of a specific deferred synchronous request.
C++ Binding
void CORBA::Request::get_response ();
Arguments
None.
Description
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.
Return Values
None.
See Also
CORBA::Request::send_deferred
|
|
|