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

◆ getRegistryAsync()

virtual void Ice::AsyncLocator::getRegistryAsync ( std::function< void(const std::optional< LocatorRegistryPrx > &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

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.
currentThe Current object of the incoming request.