ChildrenContainerStats Property |
[Missing <summary> documentation for "P:Akka.Actor.Internal.ChildrenContainer.Stats"]
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxIReadOnlyList<ChildRestartStats> Stats { get; }
ReadOnly Property Stats As IReadOnlyList(Of ChildRestartStats)
Get
property IReadOnlyList<ChildRestartStats^>^ Stats {
IReadOnlyList<ChildRestartStats^>^ get ();
}
abstract Stats : IReadOnlyList<ChildRestartStats> with get
Property Value
Type:
IReadOnlyListChildRestartStats
See Also