Share via


ITelemetryNotificationService Interface

Definition

Telemetry notification service allows subscribers to be notified when telemetry event matching a specified rule is posted.

public interface class ITelemetryNotificationService
public interface ITelemetryNotificationService
type ITelemetryNotificationService = interface
Public Interface ITelemetryNotificationService
Derived

Methods

Subscribe(ITelemetryEventMatch, Action<TelemetryEvent>, Boolean)

Subscribes to be notified when a telemetry event matching the specified filter is posted.

Unsubscribe(Int32)

Unsubscribes from the notification service.

Applies to