Click or drag to resize
Akka.NETActorRefFactorySharedActorSelection 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.42 (1.2.3.42)
Syntax
public static ActorSelection ActorSelection(
	IActorRef anchorActorRef,
	string path
)

Parameters

anchorActorRef
Type: Akka.ActorIActorRef
TBD
path
Type: SystemString
TBD

Return Value

Type: ActorSelection
TBD
See Also