void IceDiscovery::LookupPrx::findObjectById | ( | std::string_view | domainId, |
const ::Ice::Identity & | id, | ||
const std::optional< LookupReplyPrx > & | reply, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Finds a well-known Ice object.
domainId | The IceDiscovery domain identifier. An IceDiscovery client only replies to requests with a matching domain identifier. |
id | The well-known object identity. |
reply | The proxy of the IceDiscovery::LookupReplyPrx interface that should be used to send the reply if a matching object is found. The reply proxy is never null. |
context | The request context. |