Click or drag to resize
Akka.NETListen Constructor
Initializes a new instance of the Listen class.

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

Parameters

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