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.42 (1.2.3.42)
Syntax
public void Remove(
	IActorRef actor
)

Parameters

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