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

◆ getServerInfoAsync()

virtual void IceGrid::AsyncAdmin::getServerInfoAsync ( std::string id,
std::function< void(const ServerInfo &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets information about a server.

Parameters
idThe server ID.
responseThe response callback. It accepts:
  • The server information.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::ServerNotExistExceptionThrown when the server doesn't exist.