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

◆ getAllApplicationNamesAsync()

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

Gets all the IceGrid applications currently registered.

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