ITelemetryNotificationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |