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

EndScanProvisionedProducts() public method

Finishes the asynchronous execution of the ScanProvisionedProducts operation.
public EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScanProvisionedProducts.
return ScanProvisionedProductsResponse
        public  ScanProvisionedProductsResponse EndScanProvisionedProducts(IAsyncResult asyncResult)
        {
            return EndInvoke<ScanProvisionedProductsResponse>(asyncResult);
        }
AmazonServiceCatalogClient