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

◆ findObjectByIdAsync() [1/2]

std::future< std::optional< Ice::ObjectPrx > > IceGrid::QueryPrx::findObjectByIdAsync ( const ::Ice::Identity & id,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Finds a well-known object by identity.

Parameters
idThe identity.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A proxy to the well-known object, or null if no such object is registered.