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

EndDeleteBucketInventoryConfiguration() 공개 메소드

Finishes the asynchronous execution of the DeleteBucketInventoryConfiguration operation.
public EndDeleteBucketInventoryConfiguration ( IAsyncResult asyncResult ) : DeleteBucketInventoryConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBucketInventoryConfiguration.
리턴 DeleteBucketInventoryConfigurationResponse
        public  DeleteBucketInventoryConfigurationResponse EndDeleteBucketInventoryConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBucketInventoryConfigurationResponse>(asyncResult);
        }
AmazonS3Client