Amazon.CodePipeline.AmazonCodePipelineClient.ListPipelinesAsync C# (CSharp) Method

ListPipelinesAsync() public method

Gets a summary of all of the pipelines associated with your account.
/// The next token was specified in an invalid format. Make sure that the next token you /// provided is the token returned by a previous call. ///
public ListPipelinesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListPipelinesResponse> ListPipelinesAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var request = new ListPipelinesRequest();
            return ListPipelinesAsync(request, cancellationToken);
        }

Same methods

AmazonCodePipelineClient::ListPipelinesAsync ( Amazon.CodePipeline.Model.ListPipelinesRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonCodePipelineClient