Click or drag to resize

AWSXRayRecorderImplRuntimeContext Property

Gets the runtime context which is generated by plugins.

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public IDictionary<string, Object> RuntimeContext { get; protected set; }

Property Value

Type: IDictionaryString, Object

Implements

IAWSXRayRecorderRuntimeContext
See Also