Click or drag to resize
Akka.NETActorRefFactoryShared.ActorSelection Method (IActorRef, String)
Construct an ActorSelection from the given string representing a path relative to the given target. This operation has to create all the matching magic, so it is preferable to cache its result if the intention is to send messages frequently.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static ActorSelection ActorSelection(
	IActorRef anchorActorRef,
	string path
)

Parameters

anchorActorRef
Type: Akka.Actor.IActorRef
TBD
path
Type: System.String
TBD

Return Value

Type: ActorSelection
TBD
See Also