Click or drag to resize
FailuresEntries Property
Gets the entries.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public List<Failure> Entries { get; }

Property Value

Type: ListFailure
The entries.
See Also