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

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

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