Show / Hide Table of Contents

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 Source

TelemetryClient

Gets or sets the telemetry client.

Declaration
ITelemetryClient TelemetryClient { get; set; }
Property Value
Type Description
ITelemetryClient

The telemetry client.

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.