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

EndDeleteBucketMetricsConfiguration() public method

Finishes the asynchronous execution of the DeleteBucketMetricsConfiguration operation.
public EndDeleteBucketMetricsConfiguration ( IAsyncResult asyncResult ) : DeleteBucketMetricsConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBucketMetricsConfiguration.
return DeleteBucketMetricsConfigurationResponse
        public  DeleteBucketMetricsConfigurationResponse EndDeleteBucketMetricsConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBucketMetricsConfigurationResponse>(asyncResult);
        }
AmazonS3Client