The functions here, aside from Dispose(), do not need to be used in most cases.
They need to be used when updating the current span in a disjoint thread.
NOTE: While it is possible to end a span in another thread any new spans after this may be in
a poor state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eISpan\u003c/code\u003e is an interface that represents a trace span within the \u003ccode\u003eGoogle.Cloud.Diagnostics.Common\u003c/code\u003e namespace, primarily used for tracing operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eISpan\u003c/code\u003e interface includes methods like \u003ccode\u003eAnnotateSpan\u003c/code\u003e, \u003ccode\u003eDisposed\u003c/code\u003e, \u003ccode\u003eSetStackTrace\u003c/code\u003e, and \u003ccode\u003eSpanId\u003c/code\u003e for managing and retrieving information about a trace span.\u003c/p\u003e\n"],["\u003cp\u003eWhile \u003ccode\u003eDispose()\u003c/code\u003e is a core function, the other methods in \u003ccode\u003eISpan\u003c/code\u003e are typically reserved for use when updating a span in a separate thread.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eISpan\u003c/code\u003e is 5.2.0, and multiple previous versions, including 5.1.0, 5.0.0, 4.4.0, and 4.3.1, are also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eISpan\u003c/code\u003e interface inherits from \u003ccode\u003eIDisposable\u003c/code\u003e, so it allows the ability to dispose of its contents, which is available through \u003ccode\u003eIDisposable.Dispose()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]