Table of Contents

Interface ITelemetryChannel

Namespace
Microsoft.ApplicationInsights.Channel
Assembly
Microsoft.ApplicationInsights.dll
public interface ITelemetryChannel : IDisposable
Inherited Members
Extension Methods

Properties

DeveloperMode

bool? DeveloperMode { get; set; }

Property Value

bool?

EndpointAddress

string EndpointAddress { get; set; }

Property Value

string

Methods

Flush()

void Flush()

Send(ITelemetry)

void Send(ITelemetry item)

Parameters

item ITelemetry