ChildActorPath Constructor |
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ChildActorPath(
ActorPath parentPath,
string name,
long uid
)
Public Sub New (
parentPath As ActorPath,
name As String,
uid As Long
)
public:
ChildActorPath(
ActorPath^ parentPath,
String^ name,
long 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