Click or drag to resize
ChildActorPath Constructor
Initializes a new instance of the ChildActorPath class.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ChildActorPath(
	ActorPath parentPath,
	string name,
	long uid
)

Parameters

parentPath
Type: Akka.ActorActorPath
The parent path.
name
Type: SystemString
The name.
uid
Type: SystemInt64
The uid.
See Also