ChildrenContainerBaseStats Property |
[Missing <summary> documentation for "P:Akka.Actor.Internal.ChildrenContainerBase.Stats"]
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IReadOnlyList<ChildRestartStats> Stats { get; }
Public ReadOnly Property Stats As IReadOnlyList(Of ChildRestartStats)
Get
public:
virtual property IReadOnlyList<ChildRestartStats^>^ Stats {
IReadOnlyList<ChildRestartStats^>^ get () sealed;
}
abstract Stats : IReadOnlyList<ChildRestartStats> with get
override Stats : IReadOnlyList<ChildRestartStats> with get
Property Value
Type:
IReadOnlyListChildRestartStatsImplements
ChildrenContainerStats
See Also