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

◆ setServerProcessProxyAsync()

virtual void Ice::LocatorRegistry::setServerProcessProxyAsync ( std::string id,
std::optional< ProcessPrx > proxy,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Registers a proxy to the Ice::ProcessPrx object of a server application.

Parameters
idThe server ID.
proxyA proxy to the Ice::ProcessPrx object of the server. This proxy is never null.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
Ice::ServerNotFoundExceptionThrown when the locator does not know a server application with a server ID of id.