ActorRefFactoryShared..::..ActorSelection Method (String, ActorSystem, ActorRef)

Construct an ActorSelection from the given path, which is parsed for wildcards (these are replaced by regular expressions internally). No attempt is made to verify the existence of any part of the supplied path, it is recommended to send a message and gather the replies in order to resolve the matching set of actors.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static ActorSelection ActorSelection(
	string path,
	ActorSystem system,
	ActorRef lookupRoot
)
Public Shared Function ActorSelection ( _
	path As String, _
	system As ActorSystem, _
	lookupRoot As ActorRef _
) As ActorSelection
public:
static ActorSelection^ ActorSelection(
	String^ path, 
	ActorSystem^ system, 
	ActorRef^ lookupRoot
)

Parameters

path
Type: String
system
Type: Akka.Actor..::..ActorSystem
lookupRoot
Type: Akka.Actor..::..ActorRef