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

◆ getRegistryAdminAsync()

virtual void IceGrid::AsyncAdmin::getRegistryAdminAsync ( std::string name,
std::function< void(const std::optional< Ice::ObjectPrx > &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets a proxy to the admin object of an IceGrid registry.

Parameters
nameThe registry name.
responseThe response callback. It accepts:
  • A proxy to the admin object of an IceGrid registry. This proxy is never null.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::RegistryNotExistExceptionThrown when the registry doesn't exist.