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

EndGetBucketMetricsConfiguration() public method

Finishes the asynchronous execution of the GetBucketMetricsConfiguration operation.
public EndGetBucketMetricsConfiguration ( IAsyncResult asyncResult ) : GetBucketMetricsConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBucketMetricsConfiguration.
return Amazon.S3.Model.GetBucketMetricsConfigurationResponse
        public  GetBucketMetricsConfigurationResponse EndGetBucketMetricsConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketMetricsConfigurationResponse>(asyncResult);
        }
AmazonS3Client