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

EndSearchProducts() public method

Finishes the asynchronous execution of the SearchProducts operation.
public EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProducts.
return SearchProductsResponse
        public  SearchProductsResponse EndSearchProducts(IAsyncResult asyncResult)
        {
            return EndInvoke<SearchProductsResponse>(asyncResult);
        }
AmazonServiceCatalogClient