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

EndDescribeProductView() public method

Finishes the asynchronous execution of the DescribeProductView operation.
public EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductView.
return DescribeProductViewResponse
        public  DescribeProductViewResponse EndDescribeProductView(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeProductViewResponse>(asyncResult);
        }
AmazonServiceCatalogClient