| ChildActorPath Constructor |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ChildActorPath(
ActorPath parentPath,
string name,
long uid
)
new :
parentPath : ActorPath *
name : string *
uid : int64 -> ChildActorPath
Parameters
- parentPath
- Type: Akka.ActorActorPath
The parent path. - name
- Type: SystemString
The name. - uid
- Type: SystemInt64
The uid.
See Also