J-Integra® Espresso Programming Documentation (API)

Object._request Method

Creates a Request instance for use in the Dynamic Invocation Interface.

Ics.CORBA.Request _request(
 string operation
);

Parameters

operation
the name of the method to be invoked using the Request instance.

Return Value

the newly-created Request instance.

Remarks

none

Exceptions

none

See Also

Object Interface | Object Members | Ics Namespace