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

TelemetryContextExtensions.GetInternalContext(TelemetryContext) 方法

定义

返回 TelemetryContext 的内部上下文。

public static Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext GetInternalContext (this Microsoft.ApplicationInsights.DataContracts.TelemetryContext context);
static member GetInternalContext : Microsoft.ApplicationInsights.DataContracts.TelemetryContext -> Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext
<Extension()>
Public Function GetInternalContext (context As TelemetryContext) As InternalContext

参数

context
TelemetryContext

要获取其内部上下文的遥测上下文。

返回

TelemetryContext 的内部上下文。

适用于