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

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

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

            return InvokeAsync<ListPrincipalsForPortfolioRequest,ListPrincipalsForPortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient