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

◆ getAllRegistryNamesAsync()

virtual void IceGrid::AsyncAdmin::getAllRegistryNamesAsync ( std::function< void(const ::Ice::StringSeq &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets the names of all the IceGrid registries currently registered.

Parameters
responseThe response callback. It accepts:
  • The registry names.
exceptionThe exception callback.
currentThe Current object of the incoming request.