Amazon.AWSSupport.AmazonAWSSupportClient.DescribeAttachmentAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DescribeAttachmentRequest,DescribeAttachmentResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAWSSupportClient