ITelemetryNotificationService Interface

Definição

O serviço de notificação de telemetria permite que os assinantes sejam notificados quando o evento de telemetria correspondente a uma regra especificada é Postado

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

Métodos

Subscribe(ITelemetryEventMatch, Action<TelemetryEvent>, Boolean)

Assina para ser notificado quando um evento de telemetria correspondente ao filtro especificado for Postado.

Unsubscribe(Int32)

Cancela a assinatura do serviço de notificação.

Aplica-se a