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

EndGetBucketInventoryConfiguration() public method

Finishes the asynchronous execution of the GetBucketInventoryConfiguration operation.
public EndGetBucketInventoryConfiguration ( IAsyncResult asyncResult ) : GetBucketInventoryConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBucketInventoryConfiguration.
return Amazon.S3.Model.GetBucketInventoryConfigurationResponse
        public  GetBucketInventoryConfigurationResponse EndGetBucketInventoryConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketInventoryConfigurationResponse>(asyncResult);
        }
AmazonS3Client