Click or drag to resize

TraceIdIsIdValid Method

Check whether the trace id is valid

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

Parameters

traceId
Type: SystemString
The trace id

Return Value

Type: Boolean
True if the trace id is valid
See Also