Amazon.S3.AmazonS3Client.EndPutBucketRequestPayment C# (CSharp) Метод

EndPutBucketRequestPayment() публичный Метод

Finishes the asynchronous execution of the PutBucketRequestPayment operation.
public EndPutBucketRequestPayment ( IAsyncResult asyncResult ) : PutBucketRequestPaymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketRequestPayment.
Результат PutBucketRequestPaymentResponse
        public  PutBucketRequestPaymentResponse EndPutBucketRequestPayment(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketRequestPaymentResponse>(asyncResult);
        }
AmazonS3Client