Click or drag to resize
Akka.NETDeafen Constructor
Initializes a new instance of the Deafen class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Deafen(
	IActorRef listener
)

Parameters

listener
Type: Akka.ActorIActorRef
The actor that no longer receives the message.
See Also