Click or drag to resize
ActorCellTryGetChildStatsByName 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: 0.8.0.0 (0.8.0.0)
Syntax
public bool TryGetChildStatsByName(
	string name,
	out ChildStats child
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.ActorCell.TryGetChildStatsByName(System.String,Akka.Actor.Internal.ChildStats@)"]

child
Type: Akka.Actor.InternalChildStats

[Missing <param name="child"/> documentation for "M:Akka.Actor.ActorCell.TryGetChildStatsByName(System.String,Akka.Actor.Internal.ChildStats@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.ActorCell.TryGetChildStatsByName(System.String,Akka.Actor.Internal.ChildStats@)"]

Implements

CellTryGetChildStatsByName(String, ChildStats)
See Also