ActorSelection Constructor (ActorRef, array<SelectionPathElement>[]()[][])

Initializes a new instance of the ActorSelection class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public ActorSelection(
	ActorRef anchor,
	SelectionPathElement[] path
)
Public Sub New ( _
	anchor As ActorRef, _
	path As SelectionPathElement() _
)
public:
ActorSelection(
	ActorRef^ anchor, 
	array<SelectionPathElement^>^ path
)

Parameters

anchor
Type: Akka.Actor..::..ActorRef
The anchor.
path
Type: array<SelectionPathElement>[]()[][]
The path.