context property

TelemetryContext context
final

Contains context to be attached to every telemetry item created by this TelemetryClient.

The context is a mutable object that can be updated at any time. Whenever a telemetry item is created by this TelemetryClient, the current context state is captured and attached to it for future submission.

Implementation

final TelemetryContext context;