Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndDescribeProductView C# (CSharp) 메소드

EndDescribeProductView() 공개 메소드

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