Show / Hide Table of Contents

    Class CorrelationId

    Represents a value used to uniquely identify a call chain.

    Inheritance
    System.Object
    CorrelationId
    Namespace: Copper.Common
    Assembly: Copper.Common.dll
    Syntax
    [Serializable]
    public class CorrelationId

    Constructors

    View Source

    CorrelationId(String)

    Initializes a new instance of the CorrelationId class.

    Declaration
    public CorrelationId(string value)
    Parameters
    Type Name Description
    System.String value

    The value to uniquely identify a call chain.

    Properties

    View Source

    Value

    Gets the value to uniquely identify a call chain. .

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String

    The value to uniquely identify a call chain.

    • View Source
    Back to top Generated by DocFX