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

◆ getApplicationInfoAsync()

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

Gets an application descriptor.

Parameters
nameThe application name.
responseThe response callback. It accepts:
  • The application descriptor.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::ApplicationNotExistExceptionThrown when the application doesn't exist.