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

EndUpdateProduct() public method

Finishes the asynchronous execution of the UpdateProduct operation.
public EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProduct.
return UpdateProductResponse
        public  UpdateProductResponse EndUpdateProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient