Click or drag to resize

SamplingResponse Class

Sampling result returned by ShoudTrace().
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.SamplingSamplingResponse

Namespace:  Amazon.XRay.Recorder.Core.Sampling
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class SamplingResponse

The SamplingResponse type exposes the following members.

Constructors
  NameDescription
Public methodSamplingResponse
Initializes a new instance of the SamplingResponse class
Public methodSamplingResponse(SampleDecision)
Initializes a new instance of the SamplingResponse class
Public methodSamplingResponse(String, SampleDecision)
Initializes a new instance of the SamplingResponse class
Top
Properties
  NameDescription
Public propertyRuleName
Rule name for the the sample decision.
Public propertySampleDecision
Enum of SampleDecision.
Top
See Also