Click or drag to resize
Akka.NETActorCellTryGetChildStatsByName Method
Tries to get the stats for the child with the specified name. The stats can be either ChildNameReserved indicating that only a name has been reserved for the child, or a ChildRestartStats for a child that has been initialized/created.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool TryGetChildStatsByName(
	string name,
	out IChildStats child
)

Parameters

name
Type: SystemString
TBD
child
Type: Akka.Actor.InternalIChildStats
TBD

Return Value

Type: Boolean
TBD

Implements

ICellTryGetChildStatsByName(String, IChildStats)
See Also