Amazon.S3.Internal.AmazonS3HttpDeleteHandler.InvokeSync C# (CSharp) Method

InvokeSync() public method

Calls pre invoke logic before calling the next handler in the pipeline.
public InvokeSync ( IExecutionContext executionContext ) : void
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
return void
        public override void InvokeSync(IExecutionContext executionContext)
        {
            PreInvoke(executionContext);
            base.InvokeSync(executionContext);
        }
        /// <summary>