Amazon.ServiceCatalog.AmazonServiceCatalogClient.DescribeProductViewAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DescribeProductViewRequest,DescribeProductViewResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient