Click or drag to resize
Akka.NETFailuresEntries 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; }

Property Value

Type: ListFailure
The entries.
See Also