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
type
The type name.
response
The response callback. It accepts:
The object infos.
exception
The exception callback.
current
The Current object of the incoming request.
IceGrid
AsyncAdmin
Generated by
1.14.0