TraceProcessingProgress.CurrentEventTimestamp Property

Definition

Gets the timestamp of the event about to be processed.

public Microsoft.Windows.EventTracing.TraceTimestamp CurrentEventTimestamp { get; }
member this.CurrentEventTimestamp : Microsoft.Windows.EventTracing.TraceTimestamp
Public ReadOnly Property CurrentEventTimestamp As TraceTimestamp

Property Value

Remarks

Processing events may include a level of internal buffering, so an IEventConsumer may not see this event timestamp until the internal buffer of events is full.

Applies to