Click or drag to resize

AWSXRayRecorderImplSetNamespace Method

Set namespace to current segment.

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public void SetNamespace(
	string value
)

Parameters

value
Type: SystemString
The value of the namespace.

Implements

IAWSXRayRecorderSetNamespace(String)
Exceptions
ExceptionCondition
ArgumentExceptionValue cannot be null or empty.
See Also