Click or drag to resize

ISegmentEmitter Interface

Interface of segment emitter

Namespace:  Amazon.XRay.Recorder.Core.Internal.Emitters
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public interface ISegmentEmitter : IDisposable

The ISegmentEmitter type exposes the following members.

Methods
  NameDescription
Public methodSend
Send the segment to service
Public methodSetDaemonAddress
Sets the daemon address. The daemon address should be in format "IPAddress:Port", i.e. "127.0.0.1:2000"
Top
See Also