Click or drag to resize
Akka.NETActorCellTryGetChildStatsByRef Method
Tries to get the stats for the specified child.
Remarks
Since the child exists ChildRestartStats is the only valid IChildStats.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected bool TryGetChildStatsByRef(
	IActorRef actor,
	out ChildRestartStats child
)

Parameters

actor
Type: Akka.ActorIActorRef
TBD
child
Type: Akka.Actor.InternalChildRestartStats
TBD

Return Value

Type: Boolean
TBD
See Also