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

EndListBucketInventoryConfigurations() public method

Finishes the asynchronous execution of the ListBucketInventoryConfigurations operation.
public EndListBucketInventoryConfigurations ( IAsyncResult asyncResult ) : ListBucketInventoryConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListBucketInventoryConfigurations.
return Amazon.S3.Model.ListBucketInventoryConfigurationsResponse
        public  ListBucketInventoryConfigurationsResponse EndListBucketInventoryConfigurations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListBucketInventoryConfigurationsResponse>(asyncResult);
        }
AmazonS3Client