Search Results for

    Show / Hide Table of Contents

    Interface IWithActiveScope

    Marker interfaces for traces with active spans still

    Inherited Members
    IWithTrace.ActiveSpan
    IWithTrace.FollowFromActiveSpan
    IWithTrace.Message
    IWithTrace.Baggage
    IWithTrace.StartTimestamp
    Namespace: Phobos.Tracing
    Assembly: Phobos.Tracing.dll
    Syntax
    public interface IWithActiveScope : IWithTrace

    Properties

    ActiveScope

    The yet-to-be-completed scope from the previous operation.

    Declaration
    TelemetrySpan ActiveScope { get; }
    Property Value
    Type Description
    OpenTelemetry.Trace.TelemetrySpan
    In This Article
    Back to top Generated by DocFX