std::function< void()> Ice::ObjectPrx::ice_invokeAsync | ( | std::string_view | operation, |
Ice::OperationMode | mode, | ||
std::pair< const std::byte *, const std::byte * > | inParams, | ||
std::function< void(bool, std::pair< const std::byte *, const std::byte * >)> | response, | ||
std::function< void(std::exception_ptr)> | ex = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Invokes an operation asynchronously.
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. |
response | The response callback. It accepts:
|
ex | The exception callback. |
sent | The sent callback. |
context | The request context. |