TraceSourceExtensions.UseTraceTimestampContext(ITraceSource) Method
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.
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.