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

◆ unlink()

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

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.
Exceptions
IceStorm::NoSuchLinkThrown when a link to linkTo does not exist.