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

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

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