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

◆ ice_invoke()

virtual bool Ice::Blobject::ice_invoke ( std::vector< 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.
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.