| void IceDiscovery::LookupReplyPrx::foundObjectById | ( | const ::Ice::Identity & | id, |
| const std::optional< Ice::ObjectPrx > & | prx, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Provides a reply to a IceDiscovery::LookupPrx::findObjectById request.
| id | The identity of the object. |
| prx | The proxy of the object. This proxy is never null. |
| context | The request context. |