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

◆ unsubscribeAsync()

virtual void IceStorm::AsyncTopic::unsubscribeAsync ( std::optional< Ice::ObjectPrx > subscriber,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Unsubscribes the provided subscriber from this topic.

Parameters
subscriberA proxy to an existing subscriber. This proxy is never null.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
See also
IceStorm::TopicPrx::subscribeAndGetPublisher