 | ChildActorPath Constructor |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic ChildActorPath(
ActorPath parentPath,
string name,
long uid
)
new :
parentPath : ActorPath *
name : string *
uid : int64 -> ChildActorPath
Parameters
- parentPath
- Type: Akka.Actor.ActorPath
The parent path. - name
- Type: System.String
The name. - uid
- Type: System.Int64
The uid.
See Also