Click or drag to resize

XRayPipelineHandlerGetAWSServiceManifest Method (String)

Extracts AWSServiceHandlerManifest instance from provided path of AWS Service manifest file.

Namespace:  Amazon.XRay.Recorder.Handlers.AwsSdk.Internal
Assembly:  AWSXRayRecorder.Handlers.AwsSdk (in AWSXRayRecorder.Handlers.AwsSdk.dll) Version: 2.12.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public static AWSServiceHandlerManifest GetAWSServiceManifest(
	string path
)

Parameters

path
Type: SystemString
Absolute path to AWS Service Manifest file

Return Value

Type: AWSServiceHandlerManifest
Instance of AWSServiceHandlerManifest
See Also