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

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

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