| Listen 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
)
new :
listener : IActorRef -> Listen
Parameters
- listener
- Type: Akka.ActorIActorRef
The actor that receives the message.
See Also