Click or drag to resize
EventStreamUnsubscribe Method (ActorRef, Type)
Unsubscribes the specified subscriber.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override bool Unsubscribe(
	ActorRef subscriber,
	Type channel
)

Parameters

subscriber
Type: Akka.ActorActorRef
The subscriber.
channel
Type: SystemType
The channel.

Return Value

Type: Boolean
true if XXXX, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionsubscriber
See Also