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

◆ findAllReplicasAsync() [1/2]

std::future<::Ice::ObjectProxySeq > IceGrid::QueryPrx::findAllReplicasAsync ( const std::optional< Ice::ObjectPrx > & proxy,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Finds all the replicas of a well-known object.

Parameters
proxyA proxy that identifies the well-known object.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A list of proxies to the replicas of the well-known object specified by proxy. Can be empty.