編輯

共用方式為


IFilteredTwoPassEventConsumer Interface

Definition

Defines an ITwoPassEventConsumer that only listens to events from specific providers.

public interface IFilteredTwoPassEventConsumer : Microsoft.Windows.EventTracing.IFilteredEventConsumer, Microsoft.Windows.EventTracing.ITwoPassEventConsumer
type IFilteredTwoPassEventConsumer = interface
    interface IFilteredEventConsumer
    interface IEventConsumer
    interface ITwoPassEventConsumer
Public Interface IFilteredTwoPassEventConsumer
Implements IFilteredEventConsumer, ITwoPassEventConsumer
Implements

Remarks

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

Properties

PreparatoryPassProviderIds

Gets a list of provider IDs for the events that this consumer will receive during the preparatory pass through the trace.

ProviderIds

Gets a list of provider IDs for the events that this consumer will receive.

(Inherited from IFilteredEventConsumer)

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).

(Inherited from ITwoPassEventConsumer)

Applies to