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 の内部コンテキスト。

適用対象