SpanDetails.ParentContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the optional OpenTelemetry parent context used to link this span to an upstream operation.
public System.Diagnostics.ActivityContext? ParentContext { get; }
member this.ParentContext : Nullable<System.Diagnostics.ActivityContext>
Public ReadOnly Property ParentContext As Nullable(Of ActivityContext)