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 SourceCorrelationId(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 SourceValue
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. |