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

◆ ice_idAsync() [2/2]

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.

Parameters
responseThe response callback. It accepts:
  • The type ID of the most-derived interface.
exThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.