Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 559 Bytes

InjectSpan.md

File metadata and controls

20 lines (14 loc) · 559 Bytes

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