TelemetryContextExtensions.GetInternalContext(TelemetryContext) Method

Definition

Returns TelemetryContext's Internal context.

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

Parameters

context
TelemetryContext

Telemetry context to get Internal context for.

Returns

Internal context for TelemetryContext.

Applies to