std::function< void()> Ice::ObjectPrx::ice_idAsync | ( | std::function< void(std::string)> | response, |
std::function< void(std::exception_ptr)> | ex = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Gets the type ID of the most-derived Slice interface supported by this object.
response | The response callback. It accepts:
|
ex | The exception callback. |
sent | The sent callback. |
context | The request context. |