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

◆ findAllReplicasAsync()

virtual void IceGrid::AsyncQuery::findAllReplicasAsync ( std::optional< Ice::ObjectPrx > proxy,
std::function< void(const ::Ice::ObjectProxySeq &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Finds all the replicas of a well-known object.

Parameters
proxyA proxy that identifies the well-known object.
responseThe response callback. It accepts:
  • A list of proxies to the replicas of the well-known object specified by proxy. Can be empty.
exceptionThe exception callback.
currentThe Current object of the incoming request.