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

Parameters

anchor
Type: Akka.ActorActorRef
The anchor.
elements
Type: System.Collections.GenericIEnumerableString
The elements.
See Also