TraceProcessingProgress.CurrentEventTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.