你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TelemetryClient 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TelemetryClient() |
已过时.
初始化 TelemetryClient 类的新实例。 使用活动配置发送遥测数据,通常从ApplicationInsights.config加载。 |
TelemetryClient(TelemetryConfiguration) |
初始化 TelemetryClient 类的新实例。 使用指定的 |
TelemetryClient()
注意
We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details
初始化 TelemetryClient 类的新实例。 使用活动配置发送遥测数据,通常从ApplicationInsights.config加载。
[System.Obsolete("We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details")]
public TelemetryClient();
Public Sub New ()
- 属性
适用于
TelemetryClient(TelemetryConfiguration)
初始化 TelemetryClient 类的新实例。 使用指定的 configuration
发送遥测数据。
public TelemetryClient(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration);
new Microsoft.ApplicationInsights.TelemetryClient : Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration -> Microsoft.ApplicationInsights.TelemetryClient
Public Sub New (configuration As TelemetryConfiguration)
参数
- configuration
- TelemetryConfiguration
例外
configuration
为 null。
不包含 configuration
遥测通道。