Show / Hide Table of Contents

    Class OperationIdTelemetryInitializer

    Sets the current operation context's correlation id as the telemetry's operation id.

    Inheritance
    System.Object
    OperationIdTelemetryInitializer
    Namespace: Copper.Diagnostics.Common
    Assembly: Copper.Diagnostics.Common.dll
    Syntax
    public class OperationIdTelemetryInitializer : 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
    In This Article
    • Methods
      • Initialize(ITelemetry)
    Back to top Generated by DocFX