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

◆ getLocatorAsync() [1/2]

std::future< std::optional< LocatorPrx > > Ice::LocatorFinderPrx::getLocatorAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Gets a proxy to the associated Ice::LocatorPrx.

The proxy might point to several replicas.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The locator proxy. This proxy is never null.