Click or drag to resize
ActorCellInitChild Method
This should only be used privately or when creating the root actor.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ChildRestartStats InitChild(
	InternalActorRef actor
)

Parameters

actor
Type: Akka.ActorInternalActorRef

[Missing <param name="actor"/> documentation for "M:Akka.Actor.ActorCell.InitChild(Akka.Actor.InternalActorRef)"]

Return Value

Type: ChildRestartStats

[Missing <returns> documentation for "M:Akka.Actor.ActorCell.InitChild(Akka.Actor.InternalActorRef)"]

See Also