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

◆ ice_invoke() [2/2]

bool Ice::ObjectPrx::ice_invoke ( std::string_view operation,
Ice::OperationMode mode,
std::pair< const std::byte *, const std::byte * > inParams,
std::vector< std::byte > & outParams,
const Ice::Context & context = Ice::noExplicitContext ) const

Invokes an operation.

Parameters
operationThe name of the operation to invoke.
modeThe operation mode (normal or idempotent).
inParamsAn encapsulation containing the encoded in-parameters for the operation.
outParamsAn encapsulation containing the encoded result.
contextThe request context.
Returns
true if the operation completed successfully, false if it completed with a user exception.