Click or drag to resize

IStreamingStrategy Interface

Interface of streaming strategy which is used to determine when and how the subsegments will be streamed.

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public interface IStreamingStrategy

The IStreamingStrategy type exposes the following members.

Methods
  NameDescription
Public methodShouldStream
Determines whenther or not the provided segment/subsegment requires any subsegment streaming.
Public methodStream
Streams subsegments of instance of Entity.
Top
See Also