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

◆ getObjectInfoAsync()

virtual void IceGrid::AsyncAdmin::getObjectInfoAsync ( ::Ice::Identity id,
std::function< void(const ObjectInfo &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets the object info for the object.

Parameters
idThe identity of the object.
responseThe response callback. It accepts:
  • The object info.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::ObjectNotRegisteredExceptionThrown when the object isn't registered with the registry.