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

EndGetBucketAnalyticsConfiguration() 공개 메소드

Finishes the asynchronous execution of the GetBucketAnalyticsConfiguration operation.
public EndGetBucketAnalyticsConfiguration ( IAsyncResult asyncResult ) : GetBucketAnalyticsConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBucketAnalyticsConfiguration.
리턴 Amazon.S3.Model.GetBucketAnalyticsConfigurationResponse
        public  GetBucketAnalyticsConfigurationResponse EndGetBucketAnalyticsConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketAnalyticsConfigurationResponse>(asyncResult);
        }
AmazonS3Client