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