Molybden API
|
A subscription allows you to unsubscribe from receiving events. More...
#include <subscription.hpp>
Inherited by molybden::internal::SubscriptionImpl< T >.
Public Member Functions | |
virtual void | cancel ()=0 |
Cancels this subscription. | |
A subscription allows you to unsubscribe from receiving events.
|
pure virtual |
Cancels this subscription.
You will not receive notifications on the event once the subscription is canceled.