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

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

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