TraceSourceExtensions.UseStreaming(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 streaming (non-buffered) data from the trace.
public static Microsoft.Windows.EventTracing.IStreamingTraceSource UseStreaming (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseStreaming : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IStreamingTraceSource
<Extension()>
Public Function UseStreaming (trace As ITraceSource) As IStreamingTraceSource
Parameters
- trace
- ITraceSource
The trace from which to stream the data.
Returns
A provider for streaming data in the trace.