Click or drag to resize

ECSPlugin Class

This is a plugin for ECS.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.PluginsECSPlugin

Namespace:  Amazon.XRay.Recorder.Core.Plugins
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class ECSPlugin : IPlugin

The ECSPlugin type exposes the following members.

Constructors
  NameDescription
Public methodECSPlugin
Initializes a new instance of the ECSPlugin class
Top
Properties
  NameDescription
Public propertyOrigin
Gets the name of the origin associated with this plugin.
Public propertyServiceName
Gets the name of the service associated with this plugin.
Top
Methods
  NameDescription
Public methodTryGetRuntimeContext
Gets the context of the runtime that this plugin is associated with.
Top
See Also