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

◆ getLinkInfoSeqAsync() [2/2]

std::function< void()> IceStorm::TopicPrx::getLinkInfoSeqAsync ( std::function< void(::IceStorm::LinkInfoSeq)> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

Gets information on the current links.

Parameters
responseThe response callback. It accepts:
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.