WithListeners Constructor |
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic WithListeners(
Action<ActorRef> listenerFunction
)
Public Sub New (
listenerFunction As Action(Of ActorRef)
)
public:
WithListeners(
Action<ActorRef^>^ listenerFunction
)
new :
listenerFunction : Action<ActorRef> -> WithListeners
Parameters
- listenerFunction
- Type: SystemActionActorRef
[Missing <param name="listenerFunction"/> documentation for "M:Akka.Routing.WithListeners.#ctor(System.Action{Akka.Actor.ActorRef})"]
See Also