Click or drag to resize

EC2Plugin Class

This is a plugin for EC2.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.PluginsEC2Plugin

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

The EC2Plugin type exposes the following members.

Constructors
  NameDescription
Public methodEC2Plugin
Initializes a new instance of the EC2Plugin 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
Protected methodDoRequest
Public methodTryGetRuntimeContext
Gets the context of the runtime that this plugin is associated with.
Top
See Also