TraceSourceExtensions.UseTwoPassCompletion 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.
Registers a consumer to receive events when the trace is processed across two passes.
public static void UseTwoPassCompletion (this Microsoft.Windows.EventTracing.ITraceSource trace, Microsoft.Windows.EventTracing.ICompletableTwoPassEventConsumer consumer);
static member UseTwoPassCompletion : Microsoft.Windows.EventTracing.ITraceSource * Microsoft.Windows.EventTracing.ICompletableTwoPassEventConsumer -> unit
<Extension()>
Public Sub UseTwoPassCompletion (trace As ITraceSource, consumer As ICompletableTwoPassEventConsumer)
Parameters
- trace
- ITraceSource
The trace from which to access the data.
- consumer
- ICompletableTwoPassEventConsumer
The event consumer to register.
Remarks
This part of the API is in preview and under active development. It may change in future releases.