Click or drag to resize
Akka.NETActorSelection Constructor (IActorRef, IEnumerableString)
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,
	IEnumerable<string> elements
)

Parameters

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