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

◆ getRegistryAsync() [2/2]

std::function< void()> Ice::LocatorPrx::getRegistryAsync ( std::function< void(std::optional<::Ice::LocatorRegistryPrx >)> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

Gets a proxy to the locator registry.

Parameters
responseThe response callback. It accepts:
  • A proxy to the locator registry, or null if this locator has no associated registry.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.