Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class TraceReportContext

    Inheritance
    object
    TraceReportContext
    Implements
    IEquatable<TraceReportContext>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Diagnostics
    Assembly: Inttegro.dll
    Syntax
    public sealed record TraceReportContext : IEquatable<TraceReportContext>

    Constructors

    | Edit this page View Source

    TraceReportContext(string, string)

    Declaration
    public TraceReportContext(string TraceId, string SpanId)
    Parameters
    Type Name Description
    string TraceId
    string SpanId

    Properties

    | Edit this page View Source

    SpanId

    Declaration
    [JsonPropertyName("spanId")]
    public string SpanId { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TraceId

    Declaration
    [JsonPropertyName("traceId")]
    public string TraceId { get; init; }
    Property Value
    Type Description
    string

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX