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

◆ addProxiesAsync()

virtual void Ice::AsyncRouter::addProxiesAsync ( ObjectProxySeq proxies,
std::function< void(const ObjectProxySeq &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

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

Parameters
proxiesThe proxies to add. Adding a null proxy is an error.
responseThe response callback. It accepts:
  • Proxies discarded by the router. These proxies are all non-null.
exceptionThe exception callback.
currentThe Current object of the incoming request.