你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ITelemetryChannel 接口

定义

表示用于将遥测数据发送到 Application Insights 的通信通道。

public interface ITelemetryChannel : IDisposable
type ITelemetryChannel = interface
    interface IDisposable
Public Interface ITelemetryChannel
Implements IDisposable
派生
实现

属性

DeveloperMode

获取或设置一个值,该值指示此通道是否处于开发人员模式。

EndpointAddress

获取或设置通道的终结点地址。

方法

Flush()

刷新内存中缓冲区。

Send(ITelemetry)

通过通道发送 ITelemetry 实例。

适用于