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

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
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