Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
◆
findAllReplicasAsync()
virtual void IceGrid::AsyncQuery::findAllReplicasAsync
(
std::optional<
Ice::ObjectPrx
>
proxy
,
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 replicas of a well-known object.
Parameters
proxy
A proxy that identifies the well-known object.
response
The response callback. It accepts:
A list of proxies to the replicas of the well-known object specified by
proxy
. Can be empty.
exception
The exception callback.
current
The Current object of the incoming request.
IceGrid
AsyncQuery
Generated by
1.14.0