Class AspNetCoreTracingObserver.SpanContext
- Namespace
 - Steeltoe.Management.Tracing.Observer
 
- Assembly
 - Steeltoe.Management.TracingCore.dll
 
public class AspNetCoreTracingObserver.SpanContext
  - Inheritance
 - 
      
      AspNetCoreTracingObserver.SpanContext
 
- Inherited Members
 
Constructors
SpanContext(ISpan, IScope)
public SpanContext(ISpan active, IScope activeScope)
  Parameters
activeISpanactiveScopeIScope
Properties
Active
public ISpan Active { get; }
  Property Value
- ISpan
 
ActiveScope
public IScope ActiveScope { get; }
  Property Value
- IScope