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

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

Initiates the asynchronous execution of the GetBucketRequestPayment operation.
public GetBucketRequestPaymentAsync ( GetBucketRequestPaymentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetBucketRequestPaymentRequest Container for the necessary parameters to execute the GetBucketRequestPayment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetBucketRequestPaymentResponse> GetBucketRequestPaymentAsync(GetBucketRequestPaymentRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetBucketRequestPaymentRequestMarshaller();
            var unmarshaller = GetBucketRequestPaymentResponseUnmarshaller.Instance;

            return InvokeAsync<GetBucketRequestPaymentRequest,GetBucketRequestPaymentResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketRequestPaymentAsync ( string bucketName, System cancellationToken = default(CancellationToken) ) : Task
AmazonS3Client::GetBucketRequestPaymentAsync ( GetBucketRequestPaymentRequest request, GetBucketRequestPaymentResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client::GetBucketRequestPaymentAsync ( string bucketName, GetBucketRequestPaymentResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client