Click or drag to resize
Akka.NETActorRefFactoryShared Methods
Methods
  NameDescription
Public methodStatic memberActorSelection(ActorPath, ActorSystem)
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.
Public methodStatic memberActorSelection(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.
Public methodStatic memberActorSelection(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.
Top
See Also