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

EndPutBucketInventoryConfiguration() 공개 메소드

Finishes the asynchronous execution of the PutBucketInventoryConfiguration operation.
public EndPutBucketInventoryConfiguration ( IAsyncResult asyncResult ) : PutBucketInventoryConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketInventoryConfiguration.
리턴 PutBucketInventoryConfigurationResponse
        public  PutBucketInventoryConfigurationResponse EndPutBucketInventoryConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketInventoryConfigurationResponse>(asyncResult);
        }
AmazonS3Client