TelemetryChannel.Send Method

Sends an instance of ITelemetry through the channel.

Namespace: Microsoft.ApplicationInsights.Channel
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As TelemetryChannel
Dim item As ITelemetry

instance.Send(item)

Syntax

'Declaration
Public Sub Send ( _
    item As ITelemetry _
)
public void Send (
    ITelemetry item
)
public:
virtual void Send (
    ITelemetry^ item
) sealed
public final void Send (
    ITelemetry item
)
public final function Send (
    item : ITelemetry
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

TelemetryChannel Class
TelemetryChannel Members
Microsoft.ApplicationInsights.Channel Namespace