Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
◆
findAllObjectsByTypeAsync()
virtual void IceGrid::AsyncQuery::findAllObjectsByTypeAsync
(
std::string
type
,
std::function< void(const
::Ice::ObjectProxySeq
&returnValue)>
response
,
std::function< void(std::exception_ptr)>
exception
,
const
Ice::Current
&
current
) const
pure virtual
Finds all the well-known objects with the given type.
Parameters
type
The object type.
response
The response callback. It accepts:
A list of proxies to the well-known objects with the specified type. Can be empty.
exception
The exception callback.
current
The Current object of the incoming request.
IceGrid
AsyncQuery
Generated by
1.14.0