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

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

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