Click or drag to resize

TraceContextImpl Class

Inheritance Hierarchy

Namespace:  Amazon.XRay.Recorder.Core.Internal.Context
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public abstract class TraceContextImpl : ITraceContext

The TraceContextImpl type exposes the following members.

Constructors
  NameDescription
Protected methodTraceContextImpl
Initializes a new instance of the TraceContextImpl class
Top
Methods
  NameDescription
Public methodClearEntity
Clear entity from trace context for cleanup.
Public methodGetEntity
Get entity (segment/subsegment) from the trace context.
Public methodHandleEntityMissing
If the entity is missing from the context, the behavior is defined using ContextMissingStrategy
Public methodIsEntityPresent
Checks whether enity is present in trace context.
Public methodSetEntity
Set the specified entity (segment/subsegment) into trace context.
Top
See Also