ITwoPassEventConsumer Interface

Definition

Defines an event consumer that runs in two passes through the trace.

public interface ITwoPassEventConsumer : Microsoft.Windows.EventTracing.IEventConsumer
type ITwoPassEventConsumer = interface
    interface IEventConsumer
Public Interface ITwoPassEventConsumer
Implements IEventConsumer
Derived
Implements

Remarks

This part of the API is in preview and under active development. It may change in future releases.

Methods

Process(EventContext)

Processes an event.

(Inherited from IEventConsumer)
ProcessPreparatoryPass(EventContext)

Processes an event from a preparatory pass (before the main pass through the trace).

Applies to