Click or drag to resize

SubsegmentAddPrecursorId Method

Add the given precursor id to a set

Namespace:  Amazon.XRay.Recorder.Core.Internal.Entities
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public bool AddPrecursorId(
	string precursorId
)

Parameters

precursorId
Type: SystemString
The precursor id to add to the set

Return Value

Type: Boolean
true if the id is added; false if the id is already present.
Exceptions
ExceptionCondition
ArgumentExceptionThe given precursor id is not a valid segment id.
See Also