次の方法で共有


ITelemetryProcessor インターフェイス

定義

Application Insights への送信の一環としてテレメトリを処理するために使用されるオブジェクトを表します。

public interface ITelemetryProcessor
type ITelemetryProcessor = interface
Public Interface ITelemetryProcessor
派生

メソッド

Process(ITelemetry)

収集されたテレメトリ項目を処理します。

適用対象