bool Ice::ObjectPrx::ice_invoke | ( | std::string_view | operation, |
Ice::OperationMode | mode, | ||
const std::vector< std::byte > & | inParams, | ||
std::vector< std::byte > & | outParams, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Invokes an operation.
operation | The name of the operation to invoke. |
mode | The operation mode (normal or idempotent). |
inParams | An encapsulation containing the encoded in-parameters for the operation. |
outParams | An encapsulation containing the encoded result. |
context | The request context. |