Click or drag to resize
Akka.NETEventStreamUnsubscribe Method (IActorRef)
Unsubscribes the specified subscriber.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override bool Unsubscribe(
	IActorRef subscriber
)

Parameters

subscriber
Type: Akka.ActorIActorRef
The subscriber.

Return Value

Type: Boolean
true if unsubscription was successful, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if the given subscriber is undefined.
See Also