Intended Usage
The send_deferred method is used by a client application that is using the Dynamic Invocation Interface (DII), to issue an asynchronous request. The results of an asynchronous request are later obtained using CORBA::Request::get_response. The CORBA:: Request::poll_response method is used to determine whether a response is available. A Request object is constructed using the CORBA::Object::_create_request or CORBA::Object::_request method.
Syntax
CORBA::Status send_deferred();
Input parameters
None.
Return values