EventStream..::..Unsubscribe Method (ActorRef, Type)

Unsubscribes the specified subscriber.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll)

Syntax


public bool Unsubscribe(
	ActorRef subscriber,
	Type channel
)
Public Function Unsubscribe ( _
	subscriber As ActorRef, _
	channel As Type _
) As Boolean
public:
bool^ Unsubscribe(
	ActorRef^ subscriber, 
	Type^ channel
)

Parameters

subscriber
Type: Akka.Actor..::..ActorRef
The subscriber.
channel
Type: Type
The channel.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
ArgumentNullExceptionsubscriber