std::function< void()> IceGrid::QueryPrx::findAllReplicasAsync | ( | const std::optional< Ice::ObjectPrx > & | proxy, |
std::function< void(::Ice::ObjectProxySeq)> | response, | ||
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Finds all the replicas of a well-known object.
proxy | A proxy that identifies the well-known object. |
response | The response callback. It accepts:
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |