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

◆ findAllObjectsByTypeAsync() [2/2]

std::function< void()> IceGrid::QueryPrx::findAllObjectsByTypeAsync ( std::string_view type,
std::function< void(::Ice::ObjectProxySeq)> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

Finds all the well-known objects with the given type.

Parameters
typeThe object type.
responseThe response callback. It accepts:
  • A list of proxies to the well-known objects with the specified type. Can be empty.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.