Click or drag to resize

FixedSegmentNamingStrategy Constructor

Initializes a new instance of the FixedSegmentNamingStrategy class.

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public FixedSegmentNamingStrategy(
	string fixedName
)

Parameters

fixedName
Type: SystemString
Name of the fixed.
Exceptions
ExceptionCondition
ArgumentNullExceptionfixedName is null.
See Also