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

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

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

            return InvokeAsync<ListPortfolioAccessRequest,ListPortfolioAccessResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient