[Enterprise Extensions only]

Request::invoke

Overview Sends a synchronous DII request.
Original class CORBA::Request


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.

IDL Syntax

  CORBA::Status invoke();

Input parameters

None.

Return values

CORBA::Status
A zero return code indicates the DII request was successfully sent and the response received. A non-zero return code indicates failure.