ITelemetryContext Interface
Definition
Interface for users to provide local context properties.
public interface ITelemetryContextMethods
GetContextProperties()
Get properties for a local telemetry context.
IReadOnlyDictionary<string, object> GetContextProperties()Returns
IReadOnlyDictionary<string, object>
Returns a readonly dictionary of context properties.