Click or drag to resize

XRayPipelineHandlerInvokeSync Method

Process Synchronous AmazonServiceClient operations. A subsegment is started at the beginning of the request and ended at the end of the request.

Namespace:  Amazon.XRay.Recorder.Handlers.AwsSdk.Internal
Assembly:  AWSXRayRecorder.Handlers.AwsSdk (in AWSXRayRecorder.Handlers.AwsSdk.dll) Version: 2.12.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public override void InvokeSync(
	IExecutionContext executionContext
)

Parameters

executionContext
Type: IExecutionContext

Implements

IPipelineHandler.InvokeSync(IExecutionContext)
See Also