EventStreamUnsubscribe Method (ActorRef, Type) |
Unsubscribes the specified subscriber.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override bool Unsubscribe(
ActorRef subscriber,
Type channel
)
Public Overrides Function Unsubscribe (
subscriber As ActorRef,
channel As Type
) As Boolean
public:
virtual bool Unsubscribe(
ActorRef^ subscriber,
Type^ channel
) override
abstract Unsubscribe :
subscriber : ActorRef *
channel : Type -> bool
override Unsubscribe :
subscriber : ActorRef *
channel : Type -> bool
Parameters
- subscriber
- Type: Akka.ActorActorRef
The subscriber. - channel
- Type: SystemType
The channel.
Return Value
Type:
Booleantrue if XXXX,
false otherwise.
Exceptions
See Also