Click or drag to resize

AppSettings Class

This is a wrapper class for useful app settings in app.config and web.config
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.Internal.UtilsAppSettings

Namespace:  Amazon.XRay.Recorder.Core.Internal.Utils
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public static class AppSettings

The AppSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAWSServiceHandlerManifest
Gets the aws service info manifest
Public propertyStatic memberCollectSqlQueries
Gets the value indicating whether X-Ray should collect sql queries in the trace.
Public propertyStatic memberIsXRayTracingDisabled
Gets a value indicating whether X-Ray tracing is disabled.
Public propertyStatic memberPluginSetting
Gets the plugin setting from app settings
Public propertyStatic memberSamplingRuleManifest
Gets the sampling rule manifest path from app settings
Public propertyStatic memberUseRuntimeErrors
Gets context missing strategy setting from the app setting.
Top
Methods
  NameDescription
Public methodStatic memberReset
Resets this instance.
Top
See Also