ITraceSpanProvider is implemented by an object that stores the current trace (for the active request, etc.) and can return it.
public interface ITraceSpanProvider
| name | description |
|---|---|
| CurrentSpan { get; } | The current trace. |
An ITraceSpan is an ITraceSpanProvider that returns itself.