ITraceMetadata.ReferenceTimestampValue Property

Definition

Gets the value of the trace timestamp used as a reference time (the start of the trace).

public Nullable<Microsoft.Windows.EventTracing.TraceTimestampValue> ReferenceTimestampValue { get; }
member this.ReferenceTimestampValue : Nullable<Microsoft.Windows.EventTracing.TraceTimestampValue>
Public ReadOnly Property ReferenceTimestampValue As Nullable(Of TraceTimestampValue)

Property Value

Remarks

Different clock types use different types of trace timestamp values, but generally they need to pair a specific reference value with an exact matching reference time (the start of the trace), and then track time relatively (and at high precision) from that point. For more details, the ClientContext section on the WNODE_HEADER documentation.

Applies to