| ActorPath Constructor (ActorPath, String, Int64) |
Initializes a new instance of the
ActorPath class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected ActorPath(
ActorPath parentPath,
string name,
long uid
)
new :
parentPath : ActorPath *
name : string *
uid : int64 -> ActorPath
Parameters
- parentPath
- Type: Akka.ActorActorPath
The parent path. - name
- Type: SystemString
The name. - uid
- Type: SystemInt64
The uid.
See Also