Click or drag to resize
Akka.NETFailureTimestamp Property
The timestamp when the failure occurred.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DateTime Timestamp { get; set; }

Property Value

Type: DateTime
The timestamp.
See Also