| EventBusTEvent, TClassifier, TSubscriberUnsubscribe Method (TSubscriber) |
Removes the specified subscriber from the list of subscribers that listen for particular events on the bus.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public virtual bool Unsubscribe(
TSubscriber subscriber
)
abstract Unsubscribe :
subscriber : 'TSubscriber -> bool
override Unsubscribe :
subscriber : 'TSubscriber -> bool
Parameters
- subscriber
- Type: TSubscriber
The subscriber that is being removed.
Return Value
Type:
Booleantrue if the subscription cancellation succeeds; otherwise
false.
See Also