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

◆ pingRegistryAsync()

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

Pings an IceGrid registry to see if it is active.

Parameters
nameThe registry name.
responseThe response callback. It accepts:
  • true if the registry ping succeeded, false otherwise.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::RegistryNotExistExceptionThrown when the registry doesn't exist.