次の方法で共有


TelemetryActivator.OnSend プロパティ

定義

OnSend は、テレメトリの送信をフックできるようにするアクションです。 このプロパティはテストに使用できます。

public Action<Microsoft.ApplicationInsights.Channel.ITelemetry> OnSend { get; set; }
member this.OnSend : Action<Microsoft.ApplicationInsights.Channel.ITelemetry> with get, set
Public Property OnSend As Action(Of ITelemetry)

プロパティ値

適用対象