ActorSelection Constructor (ActorRef, String)

Initializes a new instance of the ActorSelection class.

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

Syntax


public ActorSelection(
	ActorRef anchor,
	string path
)
Public Sub New ( _
	anchor As ActorRef, _
	path As String _
)
public:
ActorSelection(
	ActorRef^ anchor, 
	String^ path
)

Parameters

anchor
Type: Akka.Actor..::..ActorRef
The anchor.
path
Type: String
The path.