IFilteredEventConsumer Interface

Definition

Defines an event consumer only listens to events from specific providers.

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

Remarks

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

Properties

ProviderIds

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

Methods

Process(EventContext)

Processes an event.

(Inherited from IEventConsumer)

Applies to