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

◆ getDefaultApplicationDescriptorAsync()

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

Gets the default application descriptor.

Parameters
responseThe response callback. It accepts:
  • The default application descriptor.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::DeploymentExceptionThrown when the default application descriptor is invalid or unreachable.