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