Show / Hide Table of Contents

    Class ApplicationVersionTelemetryInitializer

    Sets the application version as the telemetry's component version.

    Inheritance
    System.Object
    ApplicationVersionTelemetryInitializer
    Namespace: Copper.Diagnostics.Common
    Assembly: Copper.Diagnostics.Common.dll
    Syntax
    public class ApplicationVersionTelemetryInitializer : ITelemetryInitializer

    Constructors

    View Source

    ApplicationVersionTelemetryInitializer()

    Initializes a new instance of the ApplicationVersionTelemetryInitializer class.

    Declaration
    public ApplicationVersionTelemetryInitializer()

    Methods

    View Source

    Initialize(ITelemetry)

    Initializes properties of the specified ITelemetry object.

    Declaration
    public void Initialize(ITelemetry telemetry)
    Parameters
    Type Name Description
    ITelemetry telemetry

    The telemetry.

    • View Source
    Back to top Generated by DocFX