Click or drag to resize
ActorSelection Constructor (ActorRef, String)
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,
	string path
)

Parameters

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