| void Ice::LocatorRegistryPrx::setServerProcessProxy | ( | std::string_view | id, |
| const std::optional< ProcessPrx > & | proxy, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Registers a proxy to the Ice::ProcessPrx object of a server application.
| id | The server ID. |
| proxy | A proxy to the Ice::ProcessPrx object of the server. This proxy is never null. |
| context | The request context. |
| Ice::ServerNotFoundException | Thrown when the locator does not know a server application with a server ID of id. |