Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ice_invoke()

virtual bool Ice::BlobjectArray::ice_invoke ( std::pair< const std::byte *, const std::byte * > inEncaps,
std::vector< std::byte > & outEncaps,
const Current & current )
pure virtual

Dispatches an incoming request.

Parameters
inEncapsAn encapsulation containing the encoded in-parameters for the operation.
outEncapsAn encapsulation containing the encoded result for the operation. You can leave it empty when the operation returns no results; the Ice runtime then marshals an empty encapsulation.
currentThe Current object of the incoming request.
Returns
true if the dispatch completes successfully, false if the dispatch completes with a user exception encoded in outEncaps.