ActorPath Constructor (ActorPath, String, Int64) |
Initializes a new instance of the
ActorPath class.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected ActorPath(
ActorPath parentPath,
string name,
long uid
)
Protected Sub New (
parentPath As ActorPath,
name As String,
uid As Long
)
protected:
ActorPath(
ActorPath^ parentPath,
String^ name,
long 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