| ListenerSupportAdd Method |
Adds the specified actor to the collection of registered listeners.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Add(
IActorRef actor
)
member Add :
actor : IActorRef -> unit
Parameters
- actor
- Type: Akka.ActorIActorRef
The actor to add to the collection of registered listeners.
See Also