ChildActorPath Constructor

Initializes a new instance of the ChildActorPath class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public 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
)

Parameters

parentPath
Type: Akka.Actor..::..ActorPath
The parent path.
name
Type: String
The name.
uid
Type: Int64
The uid.