Click or drag to resize
Akka.NETListenerSupportRemove Method
Removes the specified actor from the collection of registered listeners.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void Remove(
	IActorRef actor
)

Parameters

actor
Type: Akka.ActorIActorRef
The actor to remove from the collection of registered listeners.
See Also