InMemoryChannel.Send(ITelemetry) Method

Definition

Sends an instance of ITelemetry through the channel.

public void Send (Microsoft.ApplicationInsights.Channel.ITelemetry item);
abstract member Send : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
override this.Send : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
Public Sub Send (item As ITelemetry)

Parameters

item
ITelemetry

Implements

Applies to