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.129 (1.2.3.129)
Syntax
public Listen(
	IActorRef listener
)

Parameters

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