Click or drag to resize

IStreamingStrategyShouldStream Method

Determines whenther or not the provided segment/subsegment requires any subsegment streaming.

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
bool ShouldStream(
	Entity entity
)

Parameters

entity
Type: Amazon.XRay.Recorder.Core.Internal.EntitiesEntity
An instance of Entity.

Return Value

Type: Boolean
true if the segment/subsegment should be streamed.
See Also