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

◆ addProxiesAsync() [1/2]

std::future< ObjectProxySeq > Ice::RouterPrx::addProxiesAsync ( const ObjectProxySeq & proxies,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Adds new proxy information to the router's routing table.

Parameters
proxiesThe proxies to add. Adding a null proxy is an error.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • Proxies discarded by the router. These proxies are all non-null.