SyncReceivedEventArgs Class¶
Argument type for the SyncReceived event: a raw incoming SYNC frame.
Inheritance Object → EventArgs → SyncReceivedEventArgs
Constructors¶
SyncReceivedEventArgs(DateTime) Constructor¶
Constructs a new event.
Parameters¶
timestamp DateTime
Properties¶
SyncReceivedEventArgs.Timestamp Property¶
UTC timestamp captured when the SYNC was processed on the actor loop.