Click or drag to resize

HybridContextContainerInjectEntityInTraceContext Method

Gets Segment from HttpContext and sets it to CallContext.

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

Return Value

Type: Entity
Segment that is populated in CallContext.
See Also