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

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

Parameters

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