Share via


TelemetryActivator.OnSend Property

Definition

OnSend is an action that enable to hook of sending telemetry. You can use this property for testing.

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)

Property Value

Applies to