Property ReceivedTime
- Assembly
- Skyline.DataMiner.Utils.SNMP.Traps.Protocol.dll
ReceivedTime
Gets the time when the trap was received in the SLSNMPManager process.
public DateTime ReceivedTime { get; }
Property Value
- DateTime
The time when the trap was received in the SLSNMPManager process.
Remarks
This value is calculated based on a tick count (representing the number of milliseconds that have elapsed since the system was started at the moment the trap was received in the SLSNMPManager process). This tick count will wrap around to zero if the system is run continuously for 24.9 days.