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

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

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<AssociateProductWithPortfolioResponse> AssociateProductWithPortfolioAsync(AssociateProductWithPortfolioRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AssociateProductWithPortfolioRequestMarshaller();
            var unmarshaller = AssociateProductWithPortfolioResponseUnmarshaller.Instance;

            return InvokeAsync<AssociateProductWithPortfolioRequest,AssociateProductWithPortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient