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

EndPutBucketMetricsConfiguration() public method

Finishes the asynchronous execution of the PutBucketMetricsConfiguration operation.
public EndPutBucketMetricsConfiguration ( IAsyncResult asyncResult ) : PutBucketMetricsConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketMetricsConfiguration.
return PutBucketMetricsConfigurationResponse
        public  PutBucketMetricsConfigurationResponse EndPutBucketMetricsConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketMetricsConfigurationResponse>(asyncResult);
        }
AmazonS3Client