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

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

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

            return InvokeAsync<ListPortfoliosRequest,ListPortfoliosResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient