Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndCreatePortfolioShare C# (CSharp) Méthode

EndCreatePortfolioShare() public méthode

Finishes the asynchronous execution of the CreatePortfolioShare operation.
public EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolioShare.
Résultat CreatePortfolioShareResponse
        public  CreatePortfolioShareResponse EndCreatePortfolioShare(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePortfolioShareResponse>(asyncResult);
        }
AmazonServiceCatalogClient