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

◆ findLocatorAsync() [1/2]

std::future< void > IceLocatorDiscovery::LookupPrx::findLocatorAsync ( std::string_view instanceName,
const std::optional< LookupReplyPrx > & reply,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Finds a locator proxy with the given instanceName.

Parameters
instanceNameRestrict the search to Ice registries configured with the given instance name. If empty, all the available registries will reply.
replyThe reply object to use to send the reply.
contextThe request context.
Returns
A future that becomes available when the invocation completes.