| FailuresEntries Property |
Gets the entries.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public List<Failure> Entries { get; }
member Entries : List<Failure> with get
Property Value
Type:
ListFailureThe entries.
See Also