Intended Usage
The send_oneway method is used by a client application that is using the Dynamic Invocation Interface (DII), to issue a oneway request. No response is sent back, so the client application must not call CORBA::Request::get_response. A Request object is constructed using the CORBA::Object::_create_request or CORBA::Object::_request method.
Syntax
CORBA::Status send_oneway();
Input parameters
None.
Return values