std::function< void()> Ice::ObjectPrx::ice_idsAsync | ( | std::function< void(std::vector< 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 Slice interfaces supported by this object as a list of type IDs.
response | The response callback. It accepts:
|
ex | The exception callback. |
sent | The sent callback. |
context | The request context. |