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

◆ foundObjectById()

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.

Parameters
idThe identity of the object.
prxThe proxy of the object. This proxy is never null.
contextThe request context.