Amazon.S3.AmazonS3Client.EndDeleteCORSConfiguration C# (CSharp) Method

EndDeleteCORSConfiguration() public method

Finishes the asynchronous execution of the DeleteCORSConfiguration operation.
public EndDeleteCORSConfiguration ( IAsyncResult asyncResult ) : DeleteCORSConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCORSConfiguration.
return DeleteCORSConfigurationResponse
        public  DeleteCORSConfigurationResponse EndDeleteCORSConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCORSConfigurationResponse>(asyncResult);
        }
AmazonS3Client