ActorSelection Constructor (ActorRef, SelectionPathElement) |
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSelection(
ActorRef anchor,
SelectionPathElement[] path
)
Public Sub New (
anchor As ActorRef,
path As SelectionPathElement()
)
public:
ActorSelection(
ActorRef^ anchor,
array<SelectionPathElement^>^ path
)
new :
anchor : ActorRef *
path : SelectionPathElement[] -> ActorSelection
Parameters
- anchor
- Type: Akka.ActorActorRef
The anchor. - path
- Type: Akka.ActorSelectionPathElement
The path.
See Also