Amazon.S3.AmazonS3Client.EndGetBucketMetricsConfiguration C# (CSharp) 메소드

EndGetBucketMetricsConfiguration() 공개 메소드

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