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.
linkTo | The topic to destroy the link to. This proxy cannot be null. |
context | The request context. |
IceStorm::NoSuchLink | Thrown when a link to linkTo does not exist. |