std::function< void()> Ice::ObjectPrx::ice_pingAsync | ( | std::function< void()> | response, |
std::function< void(std::exception_ptr)> | ex = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Tests whether the target object of this proxy can be reached.
response | The response callback. |
ex | The exception callback. |
sent | The sent callback. |
context | The request context. |