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

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

Finishes the asynchronous execution of the ScanProvisionedProducts operation.
public EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScanProvisionedProducts.
Результат ScanProvisionedProductsResponse
        public  ScanProvisionedProductsResponse EndScanProvisionedProducts(IAsyncResult asyncResult)
        {
            return EndInvoke<ScanProvisionedProductsResponse>(asyncResult);
        }
AmazonServiceCatalogClient