Intended Usage
The invoke method is used by a client application that is using the Dynamic Invocation Interface (DII), to issue a request. The invoke method blocks until a response is received. A Request object is constructed using the CORBA::Object::_create_request or CORBA::Object::_request method.
Syntax
CORBA::Status invoke();
Input parameters
None.
Return values