Click or drag to resize
Akka.NETActorRefFactorySharedActorSelection Method (String, ActorSystem, IActorRef)
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) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ActorSelection ActorSelection(
	string path,
	ActorSystem system,
	IActorRef lookupRoot
)

Parameters

path
Type: SystemString
TBD
system
Type: Akka.ActorActorSystem
TBD
lookupRoot
Type: Akka.ActorIActorRef
TBD

Return Value

Type: ActorSelection
TBD
See Also