TelemetryContextExtensions.GetInternalContext(TelemetryContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns TelemetryContext's Internal context.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::InternalContext ^ GetInternalContext(Microsoft::VisualStudio::ApplicationInsights::DataContracts::TelemetryContext ^ context);
public static Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.InternalContext GetInternalContext (this Microsoft.VisualStudio.ApplicationInsights.DataContracts.TelemetryContext context);
static member GetInternalContext : Microsoft.VisualStudio.ApplicationInsights.DataContracts.TelemetryContext -> Microsoft.VisualStudio.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.