Show / Hide Table of Contents

    Class CopperBrandingTelemetryInitializer

    Sets a global property called 'Marker' with the value 'Copper' on the telemetry.

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

    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