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

◆ unsubscribeAsync() [1/2]

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

Unsubscribes the provided subscriber from this topic.

Parameters
subscriberA proxy to an existing subscriber. This proxy is never null.
contextThe request context.
Returns
A future that becomes available when the invocation completes.
See also
subscribeAndGetPublisher