Skip to content

SyncReceivedEventArgs Class

Argument type for the SyncReceived event: a raw incoming SYNC frame.

public sealed class SyncReceivedEventArgs : System.EventArgs

Inheritance ObjectEventArgs → SyncReceivedEventArgs

Constructors

SyncReceivedEventArgs(DateTime) Constructor

Constructs a new event.

public SyncReceivedEventArgs(System.DateTime timestamp);

Parameters

timestamp DateTime

Properties

SyncReceivedEventArgs.Timestamp Property

UTC timestamp captured when the SYNC was processed on the actor loop.

public System.DateTime Timestamp { get; }

Property Value

DateTime