Click or drag to resize

IAWSXRayRecorderBeginSubsegment Method

Start a subsegment with a given name and optional creation timestamp

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
void BeginSubsegment(
	string name,
	DateTime? timestamp = null
)

Parameters

name
Type: SystemString
Name of the subsegment
timestamp (Optional)
Type: SystemNullableDateTime
Sets the start time for the subsegment
See Also