Amazon.ServiceCatalog.AmazonServiceCatalogClient.ScanProvisionedProductsAsync C# (CSharp) Method

ScanProvisionedProductsAsync() public method

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ScanProvisionedProductsResponse> ScanProvisionedProductsAsync(ScanProvisionedProductsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ScanProvisionedProductsRequestMarshaller();
            var unmarshaller = ScanProvisionedProductsResponseUnmarshaller.Instance;

            return InvokeAsync<ScanProvisionedProductsRequest,ScanProvisionedProductsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient