Click or drag to resize

SubsegmentIsEmittable Method

Check if this segment or the root segment that this segment belongs to is ok to emit

Namespace:  Amazon.XRay.Recorder.Core.Internal.Entities
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public override bool IsEmittable()

Return Value

Type: Boolean
If the segment is ready to emit
See Also