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