Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ITelemetryChannel Interface

Definition

Namespace:
Microsoft.ApplicationInsights.Channel
Assembly:
Microsoft.ApplicationInsights.dll
Package:
Microsoft.ApplicationInsights v2.21.0
Package:
Microsoft.ApplicationInsights v2.22.0-beta2

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a communication channel for sending telemetry to application insights.

public interface ITelemetryChannel : IDisposable
type ITelemetryChannel = interface
 interface IDisposable
Public Interface ITelemetryChannel
Implements IDisposable
Derived
Implements

Properties

Name Description
DeveloperMode

Gets or sets a value indicating whether this channel is in developer mode.

EndpointAddress

Gets or sets the endpoint address of the channel.

Methods

Name Description
Flush()

Flushes the in-memory buffer.

Send(ITelemetry)

Sends an instance of ITelemetry through the channel.

Applies to


Feedback

Was this page helpful?