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