Interface ISupportTelemetry
Interface for a parent to inform a child dependency of the telemetry client.
Namespace: DNVGL.One.Telemetry.Core
Assembly: DNVGL.One.Telemetry.Core.dll
Syntax
public interface ISupportTelemetry
Properties
View SourceTelemetryClient
Gets or sets the telemetry client.
Declaration
ITelemetryClient TelemetryClient { get; set; }
Property Value
| Type | Description |
|---|---|
| ITelemetryClient | The telemetry client. |