| ICellTryGetChildStatsByName 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 bool TryGetChildStatsByName(
string name,
out IChildStats child
)
abstract TryGetChildStatsByName :
name : string *
child : IChildStats byref -> bool
Parameters
- name
- Type: SystemString
TBD - child
- Type: Akka.Actor.InternalIChildStats
TBD
Return Value
Type:
BooleanTBD
See Also