| EventStreamUnsubscribe Method (IActorRef) |
Unsubscribes the specified subscriber.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override bool Unsubscribe(
IActorRef subscriber
)
abstract Unsubscribe :
subscriber : IActorRef -> bool
override Unsubscribe :
subscriber : IActorRef -> bool
Parameters
- subscriber
- Type: Akka.ActorIActorRef
The subscriber.
Return Value
Type:
Booleantrue if unsubscription was successful,
false otherwise.
Exceptions See Also