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

◆ setServerProcessProxyAsync() [1/2]

std::future< void > Ice::LocatorRegistryPrx::setServerProcessProxyAsync ( std::string_view id,
const std::optional< ProcessPrx > & proxy,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

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.
contextThe request context.
Returns
A future that becomes available when the invocation completes.