IActorRefFactory..::..ActorSelection Method (ActorPath)
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.ActorAssembly: Akka (in Akka.dll)
Syntax
ActorSelection ActorSelection( ActorPath actorPath )
Function ActorSelection ( _ actorPath As ActorPath _ ) As ActorSelection
ActorSelection^ ActorSelection( ActorPath^ actorPath )
Parameters
- actorPath
- Type: Akka.Actor..::..ActorPath
The actor path.