Click or drag to resize
ActorSelectionRoutee Constructor
Initializes a new instance of the ActorSelectionRoutee class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorSelectionRoutee(
	ActorSelection actor
)

Parameters

actor
Type: Akka.ActorActorSelection

[Missing <param name="actor"/> documentation for "M:Akka.Routing.ActorSelectionRoutee.#ctor(Akka.Actor.ActorSelection)"]

See Also