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

EndDescribeProduct() 공개 메소드

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