Click or drag to resize

AWSXRayRecorderImplSetDaemonAddress Method

Sets the daemon address for Emitter and DefaultSamplingStrategy if set. A notation of '127.0.0.1:2000' or 'tcp:127.0.0.1:2000 udp:127.0.0.2:2001' or 'udp:127.0.0.1:2000 tcp:127.0.0.2:2001' are acceptable.The former one means UDP and TCP are running at the same address. If environment variable is set to specific daemon address, the call to this method will be ignored.

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

Parameters

daemonAddress
Type: SystemString
The daemon address.

Implements

IAWSXRayRecorderSetDaemonAddress(String)
See Also