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

EndDescribeProduct() public method

Finishes the asynchronous execution of the DescribeProduct operation.
public EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProduct.
return DescribeProductResponse
        public  DescribeProductResponse EndDescribeProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient