Click or drag to resize

IPlugin Interface

Interface for plugin which collect information of runtime

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

The IPlugin type exposes the following members.

Properties
  NameDescription
Public propertyOrigin
Gets the name of the origin associated with this plugin. By default, AWSXRayRecorder will infect segment with the origin name of last loaded 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