| EventStreamUnsubscribe Method (IActorRef, Type) |
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,
Type channel
)
abstract Unsubscribe :
subscriber : IActorRef *
channel : Type -> bool
override Unsubscribe :
subscriber : IActorRef *
channel : Type -> bool
Parameters
- subscriber
- Type: Akka.ActorIActorRef
The subscriber. - channel
- Type: SystemType
The channel.
Return Value
Type:
Booleantrue if unsubscription was successful,
false otherwise.
Exceptions See Also