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

EndPutBucketRequestPayment() public method

Finishes the asynchronous execution of the PutBucketRequestPayment operation.
public EndPutBucketRequestPayment ( IAsyncResult asyncResult ) : PutBucketRequestPaymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketRequestPayment.
return PutBucketRequestPaymentResponse
        public  PutBucketRequestPaymentResponse EndPutBucketRequestPayment(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketRequestPaymentResponse>(asyncResult);
        }
AmazonS3Client