Compartir a través de


TelemetryEventMatchByName Class

Definition

This class is used to represent a telemetry filter by telemetry event name.

public ref class TelemetryEventMatchByName : Microsoft::VisualStudio::Telemetry::ITelemetryEventMatch
public class TelemetryEventMatchByName : Microsoft.VisualStudio.Telemetry.ITelemetryEventMatch
type TelemetryEventMatchByName = class
    interface ITelemetryEventMatch
Public Class TelemetryEventMatchByName
Implements ITelemetryEventMatch
Inheritance
TelemetryEventMatchByName
Implements

Constructors

Name Description
TelemetryEventMatchByName(String, Boolean)

Create a filter for telemetry event by its name

Properties

Name Description
EventName

Gets the name of the event that you want to filter out in the notification service.

IsFullNameCheck

Gets a value indicating whether the name of the event provided should match the telemetry event name exactly.

Methods

Name Description
IsEventMatch(TelemetryEvent)

Indicates whether the specified TelemetryEvent satisfies this filter.

Applies to