Click or drag to resize
ActorSelection Constructor (ActorRef, SelectionPathElement)
Initializes a new instance of the ActorSelection class.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorSelection(
	ActorRef anchor,
	SelectionPathElement[] path
)

Parameters

anchor
Type: Akka.ActorActorRef
The anchor.
path
Type: Akka.ActorSelectionPathElement
The path.
See Also