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

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

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

            return InvokeAsync<CreatePortfolioRequest,CreatePortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient