ActorSelection Constructor (ActorRef, String) |
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSelection(
ActorRef anchor,
string path
)
Public Sub New (
anchor As ActorRef,
path As String
)
public:
ActorSelection(
ActorRef^ anchor,
String^ path
)
new :
anchor : ActorRef *
path : string -> ActorSelection
Parameters
- anchor
- Type: Akka.ActorActorRef
The anchor. - path
- Type: SystemString
The path.
See Also