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

◆ getObjectInfosByTypeAsync()

virtual void IceGrid::AsyncAdmin::getObjectInfosByTypeAsync ( std::string type,
std::function< void(const ObjectInfoSeq &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets the object info of all the registered objects with a given type.

Parameters
typeThe type name.
responseThe response callback. It accepts:
  • The object infos.
exceptionThe exception callback.
currentThe Current object of the incoming request.