TraceSourceExtensions.UseTwoPassCompletion Method

Definition

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.

Applies to