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

◆ unlinkAsync() [1/2]

std::future< void > IceStorm::TopicPrx::unlinkAsync ( const std::optional< TopicPrx > & linkTo,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Destroys a link from this topic to the provided topic.

Parameters
linkToThe topic to destroy the link to. This proxy cannot be null.
contextThe request context.
Returns
A future that becomes available when the invocation completes.