Click or drag to resize
Akka.NETEventBusTEvent, 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
)

Parameters

subscriber
Type: TSubscriber
The subscriber that is being removed.

Return Value

Type: Boolean
true if the subscription cancellation succeeds; otherwise false.
See Also