Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndUpdateProduct C# (CSharp) Méthode

EndUpdateProduct() public méthode

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