Click or drag to resize

AWSXRayRecorderBuilderWithPluginsFromAppSettings Method

Reads plugin settings from app settings, and adds new instance of each plugin into the builder. If the plugin settings doesn't exist or the value of the settings is invalid, nothing will be added.

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

Return Value

Type: AWSXRayRecorderBuilder
The builder with plugin added.
See Also