Click or drag to resize

GetSamplingRulesResponse Class

Class for keep list of sampling rules from x-ray backend.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.SamplingGetSamplingRulesResponse

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

The GetSamplingRulesResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetSamplingRulesResponse
Instance of GetSamplingRulesResponse.
Top
Methods
  NameDescription
Protected methodIsRulePresent
Top
Fields
  NameDescription
Public fieldRules
List of SamplingRule.
Top
See Also