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

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

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListConstraintsForPortfolioResponse> ListConstraintsForPortfolioAsync(ListConstraintsForPortfolioRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListConstraintsForPortfolioRequestMarshaller();
            var unmarshaller = ListConstraintsForPortfolioResponseUnmarshaller.Instance;

            return InvokeAsync<ListConstraintsForPortfolioRequest,ListConstraintsForPortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient