Click or drag to resize

ECSPluginTryGetRuntimeContext Method

Gets the context of the runtime that this plugin is associated with.

Namespace:  Amazon.XRay.Recorder.Core.Plugins
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public bool TryGetRuntimeContext(
	out IDictionary<string, Object> context
)

Parameters

context
Type: System.Collections.GenericIDictionaryString, Object
When the method returns, contains the runtime context of the plugin, or null if the runtime context is not available.

Return Value

Type: Boolean
true if the runtime context is available; Otherwise, false.

Implements

IPluginTryGetRuntimeContext(IDictionaryString, Object)
See Also