Skip to content

ITelemetryContext Interface

Definition

Interface for users to provide local context properties.

C#
public interface ITelemetryContext

Methods

GetContextProperties()

Get properties for a local telemetry context.

C#
IReadOnlyDictionary<string, object> GetContextProperties()

Returns

IReadOnlyDictionary<string, object>
Returns a readonly dictionary of context properties.