TraceSourceExtensions.UseTraceTimestampContext(ITraceSource) Method

Definition

Provides a context to interpret a TraceTimestampValue.

public static Microsoft.Windows.EventTracing.ITraceTimestampContext UseTraceTimestampContext (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseTraceTimestampContext : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.ITraceTimestampContext
<Extension()>
Public Function UseTraceTimestampContext (trace As ITraceSource) As ITraceTimestampContext

Parameters

trace
ITraceSource

The trace from which to access the data.

Returns

A context to interpret a TraceTimestampValue.

Applies to