ActorSystemImplActorSelection Method (String) |
[Missing <summary> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.ActorSelection(System.String)"]
Namespace: Akka.Actor.InternalsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override ActorSelection ActorSelection(
string actorPath
)
Public Overrides Function ActorSelection (
actorPath As String
) As ActorSelection
public:
virtual ActorSelection^ ActorSelection(
String^ actorPath
) override
abstract ActorSelection :
actorPath : string -> ActorSelection
override ActorSelection :
actorPath : string -> ActorSelection
Parameters
- actorPath
- Type: SystemString
[Missing <param name="actorPath"/> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.ActorSelection(System.String)"]
Return Value
Type:
ActorSelection[Missing <returns> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.ActorSelection(System.String)"]
Implements
ActorRefFactoryActorSelection(String)
See Also