std::function< void()> Ice::RouterPrx::addProxiesAsync | ( | const ObjectProxySeq & | proxies, |
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 |
Adds new proxy information to the router's routing table.
proxies | The proxies to add. Adding a null proxy is an error. |
response | The response callback. It accepts:
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |