Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndDeleteProduct C# (CSharp) Метод

EndDeleteProduct() публичный Метод

Finishes the asynchronous execution of the DeleteProduct operation.
public EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProduct.
Результат DeleteProductResponse
        public  DeleteProductResponse EndDeleteProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient