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