ITracer.InjectSpan method

Injects a span into a string-to-string map.

public void InjectSpan(ITraceSpan traceSpan, Action<string, string> inject)
parameter description
traceSpan The ITraceSpan to inject.
inject A Action that sets a key to a specified value.

See Also