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

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

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

            return InvokeAsync<ListPortfoliosForProductRequest,ListPortfoliosForProductResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient